Hi,
How can I hide the prices of the products that are NOT available on my online shop (sold out/coming soon)?
I really appreciate any help you can provide. ![]()
Hi,
How can I hide the prices of the products that are NOT available on my online shop (sold out/coming soon)?
I really appreciate any help you can provide. ![]()
Hi @primalpets ,
Can you share your store url
Hello @primalpets
You can wrap your price code under this condition:
{% if product.available %}
HTML code of price goes here
{% endif %}
Iām still building the site before launching it https://primal.com.co/
thank you so much! ![]()