How can I remove prices from specific products on Dawn?

I have particular products that require specific pricing, I want to remove the price and just add “Enquiry Now” to them in order to receive contact forms from the visitor.

I am using Dawn, I want to be able to assign a template to a product that only displays enquire now.

Can this be done?

1 Like

Apex_Studios,

I wanted to provide you with some general answers.

Yes, you can simply create and assign a new product template to each of your “Enquire Now” products.

However, if it were me, I think I would just use tags. Then in the product template/form, you could set up a conditional such that:

{%if products.tags contains “enquire”%}

[ENQUIRE BUTTON HTML]
{%else%}

[REGULAR ADD TO CART BUTTON HTML]
{%endif%}

Hope that helps.

@Apex_Studios

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.