How to replace the Buy button with a Send Request option?

Topic summary

A user wants to disable the shopping cart and replace the “Buy” button with a “Request a Quote” option, allowing customers to specify quantities without completing purchases.

Available Solutions:

  • Third-party apps: Multiple Shopify apps can implement this functionality, including QuoteSnap, GRequest, and CRequest
  • Custom coding: Can be achieved through custom Liquid, CSS, and JavaScript development if apps aren’t preferred
  • Implementation approach: Create a request form page and link it to a custom button replacing the standard cart button

Key Considerations:

  • No native Shopify option exists for this feature
  • Custom coding requires technical knowledge of Liquid, CSS, and JavaScript
  • Professional developer assistance is recommended for those without coding experience

Follow-up Question:
Another user asked whether it’s possible to enable quote requests for specific product sections while maintaining regular checkout for others (asked twice, currently unanswered).

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

I would like to know if there is the possibility of deactivating the cart and replacing it with send a request for a quote, also by entering the quantities from the product page.therefore a shop without the possibility of making purchases but only of sending requests for quotes

Thanks

1 Like

Hello @Emilstamp This is feasible via custom code only. No direct option is available in Shopify. Let me know if you need my assistance for this.

Hi, @Emilstamp !

Thank you for being part of the Shopify Community! I suppose you want to change the Add to Cart with a Quote/ Send Message button because you’re selling B2B. Multiple apps can help you with exactly what you’re looking for. To name a few:

Give it a shot and let me know which one you like the most. If you need help with the set up, just send a DM and I’ll be happy to help. Thanks!

1 Like

@Emilstamp Hope you are doing well.

Yes, this is possible. Just create one Request form page and add the link of a button where you want to display it. This is lil bit logically so hope yop have an idea on liquid coding, CSS and js.

Hello @Emilstamp

Welcome to Shopify Community

Yes, you can change buy button with request a quote button.

Did you checked some of the best Shopify apps for your requirement ?

Please check them:

#1. https://apps.shopify.com/request-for-quote

#2. https://apps.shopify.com/request-a-quote

#3. https://apps.shopify.com/request-quote-w3

If you don’t want to use app then it can be hardcoded using liquid, CSS and HTML code.

Demo without App: https://prnt.sc/62vvrG5_s9gi

If you don’t have coding knowledge then rather your code can break the theme seek help of a developer develop this for you at reasonable rate.

Let me know if you need one.

Thanks

1 Like

Hello! Thank you for your answer. I am just curious if it’s possible to enable this option for some product sections but keep the regular direct checkout for the remaining sections.

Hello! Thank you for your answer. I am just curious if it’s possible to enable this option for some product sections but keep the regular direct checkout for the remaining sections.