Hi,
Im using the “Shopify reach” theme, I would like to hide $0 product price and stock level and replace with contact for a quote button. I have seen other people do this but not for the Reach theme.
Many thanks,
Tom
Hi,
Im using the “Shopify reach” theme, I would like to hide $0 product price and stock level and replace with contact for a quote button. I have seen other people do this but not for the Reach theme.
Many thanks,
Tom
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi,
Sorry i would prefer not to share my password.
Hello there,
You can share preview link.
Hi @tomo_scotto
Please use this code
{% product.price == 0 or product.availability == false %}
Add contact for a quote button
{% else %}
add to cart button and price code here
{% endif %}
You have to do customization code.