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
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
just replace $sign = ' ';
Note:just remove the (+) symbol.That's it refresh the page
Good post, thanks for sharing
ReplyDelete