Why are prices not showing on my product pages?

Why are prices not showing on my product pages?

HellaShade
Visitor
3 0 0

Hi there!

Our pricing on all our product pages is not showing for some reason. The homepage and collection pages are showing perfectly but when we click on the product, the information loads on the product page but not the pricing.

Grateful for any help, thank you! 
https://shophellashade.com/

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1278

Hello @HellaShade

I would like to give you some recommendations to support you

You can follow these steps:

1. Go to Online Store->Theme->Edit code

2. Open file theme.liquid then add this code to above the </head> tag

{% if template contains 'product' %}
    <style>
    #MainContent .product__info-container [id^="price-template"].no-js-hidden{
      display: block !important;
    }
      </style>
    {% endif %}

like this

GemPages_Agents_0-1668328832633.png

For the best, please contact to theme for support further

Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center