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.
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
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
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:
Hey @gretaraidma
It can be difficult to setup Request a quote with code. With Request Quote for Stores, you can do the same by simply adding the widget to product page. It comes with a pre-built form where you can collect lead info and view them in Wix dashboard.