How to add an inquiry button on product pages?

Topic summary

Goal: add an “Inquire About This Product” button on each product page so customers can ask product-specific questions, ideally sending product details with the message.

Approach: use custom code (Liquid, HTML, CSS) rather than an app. Add a button on the product page that toggles Shopify’s default contact form; include the product information in the form submission.

Resources: a linked YouTube video provides the detailed implementation flow and code, which is central for executing this solution.

Variants: placing a button below the product description labeled “ask a question” is also feasible.

Status and next steps: no code snippets were shared directly in the thread; implementation requires custom coding. If not comfortable with Liquid/HTML/CSS, hiring a developer is recommended. The discussion remains open without a finalized solution posted.

Summarized with AI on December 29. AI used: gpt-5.

Hello! I’m looking to add a Contact button to each of my product pages that says “Inquire About This Product”, so that the customer can ask a question about the specific product. Ideally, the product information would accompany the question to make the communication straightforward when it reaches me.

Code? App? Looking forward to the community’d advice and insight.

Hello @finnworld

This is possible via custom code. You dont need an app for this.

If you are familiar with liquid, CSS and HTML then add a Button on PDP page. Toggle a contact form on it. Use Shopify default Contact form. If you are not good with code then I recommend you to hire a developer. Let me know if you are looking for one.

Thanks

1 Like

Hi @finnworld ,

You can achieve this feature using the custom code, Please refer to the below video for detailed implementation flow and code.

1 Like

What about if I wanted a button below the description on the product page?

that would just have the text ask a question.

is this possible?

Hi this can be achieved too

1 Like