Hi, I am looking to change my Add to Cart button text. I have Dawn 2.0 theme.
I’ve found the blanket Add to Cart button text feature but I don’t want to change the button on every product type, I only want to amend it for one specific product type.
Is there a simple solution for adding a couple words to the button? Thanks.
You can check certain handles in Liquid to target a specific product. Wrap the button text in a conditional in your product-form snippet, like {% if product.handle == 'your-product-handle' %}Add to Cart + Extra Words{% else %}{{ 'products.product.add_to_cart' | t }}{% endif %}. This alters only the button for that product.
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Thanks so much, that seems to make sense. I’m not sure why it’s not changing when I put it through . I have put the product type in with updated wording, but it doesn’t seem to do anything? Please see my attached screenshot.