I understand! Youâre looking for a way to handle situations where customers might want a quote for a product instead of adding it directly to their cart.
Wix Stores doesnât have a built-in feature for this specific scenario, but here are a couple of approaches you can explore, keeping in mind that some users might prefer a clear choice between adding a product to the cart (in-stock) or requesting a quote (out-of-stock):
1. Conditional Buttons (Advanced)
This approach requires some coding knowledge with Wixâs Velo development platform.
You can create two buttons on your product page: âAdd to Cartâ and âGet Quote.â
Use Velo to check the productâs stock level in real-time.
Based on the stock availability:
If the product is in stock, the âAdd to Cartâ button is visible, and the âGet Quoteâ button is hidden.
If the product is out of stock, the âAdd to Cartâ button is hidden, and the âGet Quoteâ button becomes visible.
2. âGet Quoteâ Button and Contact Form (Simple):
Add a custom button labeled âGet Quoteâ using the âButtonsâ element in Wix Editor. This approach works regardless of stock availability.
Create a dedicated contact form in Wix Forms.
When users click the âGet Quoteâ button, it can either:
Pre-populate the contact form with relevant product information.
Or, simply open the blank contact form for users to fill out with additional details about their quote request.
Weâve also used the Request a Quote for Wix App, in case that makes things easier. We just add it to the site and can achieve the functionality youâre talking about for our clients.