Covers all questions related to inventory management, order fulfillment, and shipping.
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
Thanks a lot
Veronika
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;
}
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! 🙂
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.