I am hoping someone can point me in the direction of where to edit the add to cart button?
We have a collection of items that say “ENQUIRE NOW” and redirect our customers to the contact us page, but I want to flip it back to the generic “ADD TO CART” button.
I can’t seem to locate the code that was amended in the first instance (third party developer)
I am using the Dawn 2.0 theme, and the products are all sitting under default template, so I think its the products with a specific supplier that have been coded to have the ENQUIRE NOW.
For the redirect, they either inserted custom code inside main-product.liquid around {%- when ‘buy_buttons’ -%} code. If this is the case I would compare your file to the default file around the same line of code: https://github.com/Shopify/dawn/blob/main/sections/main-product.liquid
Hey!
Again, this doesn’t seem to show me any changes vs the other products in my store so I think ill have to go back to the developer to see if they can easily revert!
Thanks for your help!