Requesting a quote based on the products in the cart

Hi! Although the “Request Button” is not available in Wix, is there a way to code it into the website manually? What I mean is that I need customers to be able to send me a request for a quote based on the items they have added to their cart.

4 Likes

Hi Greta,

You can get the list of cart items by the getCurrentCart() backend function

See more here
https://www.wix.com/corvid/reference/wix-stores-backend.html#getCurrentCart

2 Likes

can you give us mor information?

Hi,

getCurrentCart retrieves the cart of the current visitor.
You could for example set up a ‘request quote’ button that will trigger getCurrentCart and send you (the admin) an email with the information.

There are a number of similar threads to this. a quick forum search might yield a few relevant results

1 Like

Did you get it working?

Is there a brief tutorial that shows how to do this?

We’ve used this request a quote app for projects like this and it’s worked well so far for our clients. Here’s the link within the app store: