Hi - can anybody advise how can I hide the ADD TO CART BUTTON from the new PRODUCT PAGE I crated. I’ve duplicated the .liquid and .json of the product page, so I can a separate product page template, in which instead of showing the ADD TO CART button I can add a custom buttom that redirects to the contact page.
Page: https://gastonduflos.com/products/palm
-
Please advise where can I find the code in the section liquid file and hide it. I dont seem to find the class=“product-form” and add the style=“display: none”
-
When redirecting to a new page with the new button, should I use the whole URL?
-
How can I edit the button to look like the default add to cart? Centered, full width?
So far Ive added this code:
{%- when ‘buy_buttons’ -%}
CONTACT TO PURCHASE THIS ARTWORK
Thank youu!