Hi,
If anyone downloads the portugese language pack you must add some code to the product_info.php at the end of the script before the ending php tag.
If you don't add this your attributes will throw some funky results.Code:define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( '); define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )'); define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' ('); define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
Regards,
Nadia


Reply With Quote
