Has anyone ever used Shopify to list products only and then use the cart to “request a quote” rather than to process an order? We would list products for $0 and ideally remove any pricing in the cart. Then when a user checks out it would generate an order which we would use for creating a custom quote. To do this we need to:
Remove any pricing from the cart (can you do this? or, if not, can we use the css to make the color of it the same as the background so that it isn’t visable?
It’s definitely possible with some heavy theme editing.
We don’t use the cart as you describe, but we have lots of “quote only” products where customers can “Request Pricing” instead of “Add to Cart”. It pops up a form that posts to a third-party endpoint. Now that Shopify forms can create metaobject entries, it’s probably possible to do everything natively within Shopify.
Regarding the “quote only” products, just be aware that Shopify product data leaks out in various places, including product JSON and JSON-LD. So those $0 prices can show up in unintended places.