cancel
Showing results for 
Search instead for 
Did you mean: 

Price is displaying twice

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

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.

 

undefined  

 

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.