How can I add an enquiry button to Dawn theme products?

Hello,

I am trying to add an ‘add to enquiry’ button to some of products, to be attached to the contact form when requesting information to one of my brands. It is an interior designer brand.

I have found several solutions and worked through them but they do not seem to be applicable to the new dawn theme code?

Can someone help please.

@HunterScottX ,

I understand your query. Have to find any app regarding this?

We will implement this functionality in your theme as It does not have this feature.

Please connect me via email or skype.

Dawn is an online-store 2.O theme most liquid templates have been changed into JSON templates and components moved into sections files.

If your used to vintage themes review the migration guide and apply it’s information to synthesizing needed changes to old customizations https://shopify.dev/themes/os20/migration

For Dawn based themes, the bulk of product page code is in sections/main-product.liquid

Note: Avoid nesting forms within forms, the products cart submission form related code is in sections/main-product.liquid#L414 in the component.

For some customizations an alternative is to use a custom-liquid section setting.