I have a client who wants to be able to have his users to calculate a price of multiple services by themselves like a quote or a bundle and pay the calculated price.
Would it be possible in Webflow to take the calculated value and have it charged to the customer?
Here is an example of a calculator I’m referring to.
You could accomplish this with custom code for the calculator,
and then an e-commerce solution like Foxy, Paypal, or Windcave to handle the payment collection.
As far as I know Stripe still doesn’t support the billing of arbitrary amounts, it requires a product definition for each item billed.
HI Josh working on a Webflow app that will allow you to collection payments using Webflow forms and Stripe, here is a demo - https://thind-stripe-js.webflow.io/
You can than on top build a calculator and update the price of stripe element and then customer can pay the price.
Email me at harminder@thind.dev and I will love to help you set this up