Product page templates - add to cart button

I am using the theme Dawn.

Is it possible to have different buttons for each product page template.

For Example

  1. Add to shopping cart (as below)

  2. Pre-Order

  3. On Demand (3-5 Weeks Delivery)

If I change the 1 it changes them all but I want to be able to have it say different things on the different templates / product pages.

Thanks

@Gardenofeden ,
It’s possible but it can be done using some liquid code changes.
Not possible with simple CSS.

Hey, @Gardenofeden

This could be accomplished by the use of the templates feature. Templates are a collection of sections that are configured to give your online store a consistent look and feel. Editing a template applies the changes to every page that uses that page template. All themes come with a default template for each type of page (collection, product page, blogs, pages, etc.) This default template is what resources use if you don’t have an alternate template explicitly set.

What you can do is create a new product template and copy/paste the default product template code into the new one. From there, you can edit the add-to-cart button for the new template to something like ‘On Demand’. Then, for the products that are ‘on demand’. You would go into that product and change the template from the default to the new one you created:

If there is anything else I can help you with, please let me know.