VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: reberhard on November 16, 2014, 11:58:46 AM

Title: Category translation save do not work with 2.9.9.5
Post by: reberhard on November 16, 2014, 11:58:46 AM
I have new Joomla 3.3.6 and VM2.9.9.5 installed. I checked that the problem with product transation save is fixed but there is still the same problem with saving category translations. Only the last change is used for all translations.

As far as I have seen there is no DB entry created in <dbname>_virtuemart_categories_<language_code> like it is for products in <dbname>_virtuemart_products_<language_code>.

Additional question: Can I translate customer fields for a multilanguage shop?
Title: Re: Category translation save do not work with 2.9.9.5
Post by: Milbo on November 16, 2014, 20:44:07 PM
Thank you, changed js now, so that it works always even if there is no hidden vmlang field.
Title: Re: Category translation save do not work with 2.9.9.5
Post by: reberhard on November 16, 2014, 23:40:39 PM
Great!
So category translation and customer field translation should work with the next version?
I did not see language DB version for xxx_virtuemart_customs_xx.
Title: Re: Category translation save do not work with 2.9.9.5
Post by: Milbo on November 17, 2014, 11:55:29 AM
customer field translations are done with Language keys. Check the related product to get the idea.
Title: Re: Category translation save do not work with 2.9.9.5
Post by: reberhard on November 17, 2014, 21:27:38 PM
Ok I will check with category translation in the next version.
I was also successfully with a customerfield translation with language key.

Thanks a lot!