Hidden Prices

Solved

Hidden Prices

Doorlabs
New Member
4 0 0

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 

Accepted Solution (1)

thescriptflow
Shopify Partner
688 46 86

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:

qasimdevloper_0-1742229182573.png

 

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

View solution in original post

Replies 4 (4)

Abdul35
Shopify Partner
10 0 0

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".

Abdul35_0-1742228920400.png

 

abdul@

thescriptflow
Shopify Partner
688 46 86

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:

qasimdevloper_0-1742229182573.png

 

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

Doorlabs
New Member
4 0 0

thank you that has worked!

soulchild37
Shopify Partner
230 9 72

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?

Spent too much support time dealing with order cancellation request from customer? Wouldn't it be good if customer can cancel order on their own without bugging your support? Try out Cancellable app! https://apps.shopify.com/cancellable . I also write articles about store customization that can improve your customer shopping experience here : Yagi Software Blog