Friday, August 10, 2012

Magento Remove "+" from product custom options

AS By default Magento add "+" sign in custom options .In order to Remove we need to edit file which is located in
app\code\core\Mage\Catalog\Block\Product\View\Options\Abstract.php

just copy the file and add in local which will become 
app\code\local\Mage\Catalog\Block\Product\View\Options\Abstract.php

now serach $sign = '+';

just replace $sign = ' ';

Note:just remove the (+) symbol.That's it refresh the page  

1 comment:

Thankyou for your Comments

LinkWithin

Blog has moved, searching new blog...