Re: Duplicate Product Page Prices

Solved

Why are two prices showing on my product pages after theme update?

powerguy
Explorer
46 3 18

After updating my Dawn theme from version 9 to version 10 - I now have 2 prices on my shopify product pages.

 

One price over the other. See screenshot below.

 

They were not there before the update,

 

Any clue how to fix that to display one price only ?

 

https://ShopSerotta.com

 

powerguy_0-1690390452566.png

 

 

 

Accepted Solution (1)

webizito
Shopify Partner
83 5 6

This is an accepted solution.

Hello @powerguy 

.price .price__container .price__regular{
    display: none;
}


Please added this css in your base.css file.

Thanks.

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com

View solution in original post

Reply 1 (1)

webizito
Shopify Partner
83 5 6

This is an accepted solution.

Hello @powerguy 

.price .price__container .price__regular{
    display: none;
}


Please added this css in your base.css file.

Thanks.

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com