How can I edit the Add to Cart button in the Dawn 2.0 theme?

Hello Shopify Community

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.

Thanks

@AMCNZ not 100% sure exactly what they did but you can look in en.default.json line 103 around:

"products": {
    "product": {
      "add_to_cart": "Add to cart",

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

Screen Shot 2022-08-19 at 5.12.07 PM.png

Another place to check is within the theme customizer blocks. Does it still show the “Buy buttons” Block?

Screen Shot 2022-08-19 at 5.12.07 PM.png

Thanks. Unfortunately not the solution on my issue!

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!

@AMCNZ looks like you got it working?