Hi Im running Debut theme and I want to hide the Product price after sold out on the product page and products page. Ive seen one on here but its not working.
any help? Many thank s
Hi Im running Debut theme and I want to hide the Product price after sold out on the product page and products page. Ive seen one on here but its not working.
any help? Many thank s
Hello @geeza
please use this code where price showing on product page
{% unless product.available %}
{{ product.price | money }}
{% endunless %}
Hi where should I put this code?
Please take a look at this guide, I believe it achieves exactly what you need. Let me know if you need any further help.
Kind regards,
Diego
I tried your code but it didn’t copy correct
do I put teh code in the theme.liquid?
I dont have .scss file on the code page
Try theme.css
Hi I put the code into my other store and the formatting of the store has all changed, its all very strange. I did the same as my other store where it worked well, could you take a look please?