Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How do i get rid of the "sale" and "sold out" badge?

How do i get rid of the "sale" and "sold out" badge?

VEder
Visitor
3 0 1

Hi, 

my shopify store on dawn 13.0.1 is recently showing a "sale" and "sold out" badge on product detail pages. 

We are not tracking inventory and there is no compare price. 

 

Does anybody have an idea on how I can get rid of it or where i could check next? 

 

Here is an example product page: https://www.muteplus-schallabsorber.de/products/board-muster-rechteckig

 

VEder_0-1712055625501.png

 

 

Thanks a lot

Veronika

Replies 3 (3)

Huptech-Web
Shopify Partner
1016 204 220

Hello @VEder , 

Add the below CSS code to your theme.liquid in <style> tag. It'll hide the badges from the product page.

.product__info-wrapper .price__container {
    display: none;
}

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
VEder
Visitor
3 0 1

Hi @Huptech-Web , 

thank you for your answer! In fact your code helps to hide the tags completely. Sorry I was not clear enough in my request. 

 

I would like to show the real price for the product, which is around 25 EUR. I have no idea why my shop shows the "sold out" and "sale" tag, even though I do not track inventory. So the goal is to hide the "Sold out" and show the real price. 

 

Any ideas? 

And thank you again! 🙂 

 
Huptech-Web
Shopify Partner
1016 204 220

Hello @VEder , To add price to the product page. Open Shopify your theme customizer and go to the Product page. Check whether the block for the price section is added or not. See the below screenshot for reference.

image_2024_04_03T04_56_59_742Z.png

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required