VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Ferran on December 16, 2016, 12:14:55 PM

Title: How to make a default field translatable?
Post by: Ferran on December 16, 2016, 12:14:55 PM
Is posible and how to do this?  For example product_gtin field, is posible to have different values for each language? I tried this, i added the field in the especific product language tables and deleted it from the general product fields table, but it doesn't work, can someone help me? maybe i lose some step?

Thanks in advance.

Joomla 3.6

Virtuemart 3
Title: Re: How to make a default field translatable?
Post by: Studio 42 on December 16, 2016, 19:01:14 PM
You can add an overide and use JTEXT::_($gtin); for your case, but i think that most GTIN do not follow the rules for Joomla KEYS.
The rule is 1st is a letter after only 1-9,a-z and _