Why aren't product prices showing on my Debut Theme page?

Prices on the product page not showing where else it’s showing on other pages.

Here’s the Website Link For Reference - https://smartserveretail.com/

Hi @SSH_SHOP

Can you please share your store URL?

Link For Reference - https://smartserveretail.com/

Hi @SSH_SHOP
Go to product template file find this line

replace with

Its Already Mention

Hi @SSH_SHOP
Here display none is added.

If you can remove it then price will be display.

Even I Have Check That In Inspect - NO CHANGES HAPPENING!

Use this css

.template-product .product__price {
display: block !important;
}

3 Likes

If display: none; isn’t in the source code then it’s possible it’s being added by a script or an app. It might be code left over from a previously installed app that was since removed.

Overriding this behaviour by forcing a CSS block style is a short-term fix, but I would recommend investigating which script or app is causing prices to be hidden and why.

Thank You - Error Solved

Hi there @SSH_SHOP !

It looks like you’re already getting some advice from the Community here, that’s great!

Would you be using any apps that might be affecting your product page or had you made any code changes yourself to the product page files?

If you have made this sort of change, not to worry, as it’s possible to revert changes made to your theme’s .liquid files as outlined here on our help site.

At the moment though, I’m able to see the price showing up okay on this product as an example.

It looks like you’re selling glassware, is this your first time selling, or are you moving an existing venture online?