Page 1 of 1

Languages 1.1.0.3

Posted: Sun Jun 15, 2025 9:25 am
by radhavallabh
Hi dear;
I added german and spanish language to 1.1.0.3 version.
The problem is when I edit a product it does not save the german and spanish details name, descriptions I fill in it.
Every time I click save and then edit it remains blank.
Help is deeply appreciated;
Thank you in advance;
Regds./
radhavallabh

Re: Languages 1.1.0.3

Posted: Sun Jun 15, 2025 9:10 pm
by burt
I have just tested this on 1.1.0.3 in french language.

No problem updating french for the product name/details.

Check your error log.

Re: Languages 1.1.0.3

Posted: Mon Jun 16, 2025 6:45 am
by radhavallabh
burt wrote: Sun Jun 15, 2025 9:10 pm I have just tested this on 1.1.0.3 in french language.

No problem updating french for the product name/details.

Check your error log.
Hi;
Thanks,
I checked dear here is the error-Undefined array key "infopages" in C:\\xampp\\htdocs\\xx\\includes\\hooks\\admin\\catalog\\infopages.php on line 80
But cannot seem to fix it I even switched on the info pages;
Regds./
radhavallabh

Re: Languages 1.1.0.3

Posted: Mon Jun 16, 2025 7:27 am
by radhavallabh
burt wrote: Sun Jun 15, 2025 9:10 pm I have just tested this on 1.1.0.3 in french language.

No problem updating french for the product name/details.

Check your error log.
I used this
$infopages_input = $_POST['infopages'] ?? []; to fix the error but still languages return blank dear;
Regds./
radhavallabh

Re: Languages 1.1.0.3

Posted: Mon Jun 16, 2025 7:40 am
by radhavallabh
Hi
I tried by adding new product and category dear that seems to work;
But I am not able to edit the sample products or categories they do not save the other languages dear.
REgds./
radhavallabh

Re: Languages 1.1.0.3

Posted: Mon Jun 16, 2025 6:08 pm
by Kofod95
It could sound like the existing products are not present in the products_description table with the new language_id(s)?

//Daniel