How can I add an 'Enquire Now' button to all product pages?

Hi

I wanted to add Enquire now button on all of the product pages. How can I do so?

Hello @Artinterjpr ,

You can try to follow these steps:

Go to Online Store → Theme → Actions → Edit code

Go to Sections → collection-list.liquid → add this following code above the tag:


  Enquire now

Save and preview

Hope this can help you out.

Ali Reviews team.

Repurpose the back in stock advanced customization tutorial (note: made for vintage themes not OS2.0 themes so extra effort involved there)

https://community.shopify.com/c/shopify-design/forms-add-a-back-in-stock-notification-form/td-p/616599

For OS2.0 themes you may be able to just make an alternate template for products where the buy-buttons block is removed, and instead use a custom-liquid block to create a form.

See the dev docs for example contact form code

https://shopify.dev/docs/themes/customer-engagement/add-contact-form

Use something like the following inside the form to add the current product handle and the first variants sku to the form. having the info reflect dynamic variant option choices is a separate complication.


    

If you need this customization service you can contact me directly.
Please provide context: store url, theme name, post url and any further detail. Contact Info in signature.

Good Hunting.