Hello again!
I’d like to the change the “add to cart” text into “pre-order” on one of my product templates (not for all the products), how can i do it?
Hello again!
I’d like to the change the “add to cart” text into “pre-order” on one of my product templates (not for all the products), how can i do it?
Hello @Cava ,
Use if condition
{% if product.handle == 'secefic-product-handle' %}
// Button code but change the text
{% else %}
// Default theme code
{% endif %}
Thanks
Thanks for your reply, but i need a little bit more help.
What should i write in “button code but change the text”?
My store URL is fravshop.com