When I add an attribute with a price I get the extra text in the attribute of
"ATTRIBUTES_PRICE_DELIMITER_PREFIX " etc
Ive looked around and have found this is a known problem and the fix is to add this code to a couple of language files-
define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');
define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
But that code is already in the language files. I read that the template folder in the english folder can also be a location for these but they arent there, I even tried added them to that folder but it made no difference.
So what do I need to do to get attributes working with a price attached?
I work on many 1.39h sites and have never had this issue before...


Reply With Quote

