News:

Support the VirtueMart project and become a member

Main Menu

Translate Values of Attributes

Started by caw67, April 30, 2012, 16:00:41 PM

Previous topic - Next topic

caw67

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

Studio 42

this must work
jText::_($productCustom->custom_value).' '.$price;