Saturday, 27 October 2018

How to remove +/- symbol off the price in Magento 1.9 product custom option


 app/code/core/Mage/Catalog/Block/Product/View/Options/Abstract.php and edited the line number 127

$priceStr = $sign;

to look like this:

$priceStr = '';

2 comments: