Search code examples
magentomagento-1.9

Magento price showing twice


I installed a new template on my Magento store and when I got to a product page it shows the price twice? Most of my products are a "simple" Product and I have one "Configuarable" product

Any ideas how I can get rid of one of the prices?

Here is Simple product:

enter image description here

Here is configurable product: (with an option selected)

enter image description here

Any ideas?

I'm running latest 1.9.3.7 and can't find a fix anywhere


Solution

  • You need to check your

    app/design/frontend/default/your _theme/temlate/product/view.phtml
    

    1st: inspect find the class or id

    2nd: then remove wrong price code

    before doing this take a backup of your file