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

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

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!

@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

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.

Yes, that’s possible.

The usual way merchants handle this is to separate products by tags or collections. For normal products, you keep the Buy / Add to Cart flow. For quote-based products, you hide the Buy button and replace it with a Send Request / Request a Quote button, while still allowing customers to enter quantities.

Doing this with custom code works, but it gets messy when you want different behavior per product section. Many stores instead use an app that lets you control this logic from the admin — for example, applying “quote mode” only to tagged products and leaving the rest untouched.

I’ve seen this set up cleanly with this, where you can disable checkout and swap the button only for selected products or collections, without affecting the rest of the store