Store Checkout with Custom Price

Hello,

So what I have setup right now is a custom calculator with a series of drop-downs and user inputs that calculates what price to charge a customer. What I need to do now is get that price and “add to cart” so that the visitor can then purchase what they calculated. The information that they inputted into the calculator also needs to be stored of course (I bet I can just use a database for that no problem) but the main thing is just being able to “add to cart” the quoted price. Anyone know how that might be possible? Oh, and this calculator is all coded out in an embedded HTML frame.

Thanks,
Luke

#AddToCart #Store #CustomCalculator

If it is your own custom created store then you can just use the html component and send data from the page to it and from it back to the page, or just one of those options.
https://support.wix.com/en/article/corvid-working-with-the-html-element
https://www.wix.com/corvid/reference/$w.HtmlComponent.html

If you are using Wix Stores itself, then you can either read their own support pages or contact Wix Support themselves. https://support.wix.com/en/about-wix/contacting-wix-support

https://support.wix.com/en/wix-stores/setting-up-your-store
https://support.wix.com/en/article/request-adding-a-form-to-the-cart-or-checkout-page-in-wix-stores
https://support.wix.com/en/article/request-customizing-the-checkout-page-in-the-wix-stores
https://support.wix.com/en/article/request-embedding-external-html-code-to-a-product-page-in-wix-stores
https://support.wix.com/en/article/request-allowing-customers-to-set-prices-in-wix-stores

Wix Stores does have a product configurator option that might be of use to you if you use Wix Stores.
https://support.wix.com/en/article/corvid-tutorial-adding-a-product-configurator-to-a-wix-stores-site

Thanks man! Appreciate the help, will check those out.

Thanks,
Luke

@lukefrostzw Trying to do something similar were you able to figure out a solution?

Hi Joy,

I unfortunately was not able to figure it out, although I didn’t end up trying very hard because the project got cancelled. Maybe take a look at the links above and see what you can figure out?

Thanks,
Luke