Remove Price Display from Customs Options on Single Products in the Product View in Magento

Remove Price Display from Customs Options on Single Products in the Product View in Magento

To sort out this problem simply do below:

1) Open app/design/frontend/default/your theme/template/catalog/product/view/price_clone.phtml

2) Comment out the below code:

<?php echo $this->getPriceHtml($_product, false, ‘_clone’) ?>

like this

<? /* php echo $this->getPriceHtml($_product, false, ‘_clone’) */ ?>

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *