All things Shopify and commerce
Hello, i have my store not displaying any prices of the product. When i press reset filters it seems to come up but then go hidden again.
I need it to be there all the time please help thanks
https://www.doorlab.co.uk/collections/front-doors
This is the link of my product page
Solved! Go to the solution
This is an accepted solution.
Hey @Doorlabs I check that you make the pricing display none. To make it display block you need to follow these steps.
Go to Shopify Admin > Online Store > Edit Code > base.css.
Go to the end of base.css file and paste the following code.
.price {
display: block !important;
}
Results:
There is a "display:none" property in the code that is why he is not showing the price. Simply go to the code and change "display:none" to "display:inline-block".
This is an accepted solution.
Hey @Doorlabs I check that you make the pricing display none. To make it display block you need to follow these steps.
Go to Shopify Admin > Online Store > Edit Code > base.css.
Go to the end of base.css file and paste the following code.
.price {
display: block !important;
}
Results:
thank you that has worked!
It seems like you are using Sami B2B app , they have a function that hide prices, can you go to the app and check if this settings is enabled?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025