VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: caw67 on April 30, 2012, 16:00:41 PM

Title: Translate Values of Attributes
Post by: caw67 on April 30, 2012, 16:00:41 PM
ist only posssible if you changed following codeline: $productCustom->text =  $productCustom->custom_value.''.$price;// CAW CHANGED
(its line 620 in customfields.php) because there was originally an space between $productCustom->text =  $productCustom->custom_value.' '.$price; and so the joomla override language variables not work
Title: Re: Translate Values of Attributes
Post by: Studio 42 on April 30, 2012, 21:52:08 PM
this must work
jText::_($productCustom->custom_value).' '.$price;