Hi, I hope someone can help me with this.
i'm having an issue with product prices which are shown along with weights as an attribute as follows.
250g
500g (+£3.50)
750g (+£7.00)
1kg (+£10.50)
2kg (+£24.50)
I'd like to turn off the brackets which are shown around the prices next to my product weights, however after turning these off in product_info.php and product_free_shipping_info.php they are still there. See below for how I've edited these two documents.
/*define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');*/
/*define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');*/
/*define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');*/
/*define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');*/
So as you can see they're just commented out.
However i suspect this might be something to do with the fact that I've applied the weights and prices as product attributes.
So please can somebody help with this?
Thank you
Nick



