Hi,
i have a problem with delimiter in the attributes products dropdown.
I have modified the product_info.php file like this:
define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' Price : ');
define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' - ');
define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' Net weight: ');
define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ' ');
But when i show the product, i have the price delimiter twice and not the weight delimiter:
Pric : 5 $ - Price : 5 kgs
I have search in many files, but i have find nothing.
Thank you for your help





