cancel
Showing results for 
Search instead for 
Did you mean: 

Price is displaying twice

Price is displaying twice

Hello,

 

I've just created a configurable product and it is the only page that seems to display the product price twice. I'm not a developer and I only work with the laymen backend version of Magento. This hasn't happened with the simple products I've created and I'm not sure what is different.

 

Below is a screenshot to illustrate what I mean.

 

Screen Shot 2016-12-16 at 4.27.06 PM.png 

 

Any advice would be greatly appreciated.

 

Best,

 

Tessa

1 REPLY 1

Re: Price is displaying twice

To remove the bottom price, remove or comment out the below code in file price_clone.phtml:

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

In my case, file price_clone.phtml is located in app/design/frontend/base/default/template/catalog/product/view.