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.

Code:
define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');

define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');

define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');

define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
If you don't add this your attributes will throw some funky results.

Regards,
Nadia