#daelectriclegend
1 messages · Page 1 of 1 (latest)
Hi 👋
I don't think this is possible but let me double check.
Ok thanks a lot!
If this doesn't work, I'm just looking to see if there is anyway the user could navigate between products (each one has a different price) when they are on the stripe checkout.
Okay our docs state that Pricing Tables support a per-seat pricing scheme: https://stripe.com/docs/payments/checkout/pricing-table#overview
Wow, I never knew that stripe had a pricing tables feature. Thanks a lot for the support, I'll check it out and let you know if I have any other questions!
Yeah our dashboard will allow you simulate this and generate the code for you to embed in your site
I thought that was what you were referring to
So this would replace the current pricing table I have now, if I am understanding correct?
You could take that approach, or you could use your current pricing table to redirect the user to a Checkout Session with adjustable quantities
Basically what I am trying to do, is charge the user $7/month/user. Right now there is only one check out button, so I think the best way to go through things, is to have the user pick the amount of users they have on the stripe checkout itself
Yeah this sounds like it should work
Okay so this sounds like it should work. How would I implement this into the checkout though? Would this be custom code I add directly onto webflow or something I do on the stripe side
The pricing table approach would be the only no-code approach and that woul replace your existing pricing table. Otherwise you would need to write some back-end code to handle creating the Checkout Session.
Okay I am fine replacing the existing pricing table so i'll look into that at the moment
I see the "per-seat" pricing in the docs, but I don't see how users manually select how many seats they want?
Hello! I'm taking over and catching up...
You would configure the Pricing Table/Checkout to allow the user to adjust the quantity.
It's under the payment page settings in the Dashboard.
Yeah, it's after this step.
You need to configue the pricing table there first, then it's an option after you continue.
So I would add one product (for $7 dollars) and then confirgure next step
Sure.
Oh I see, it is just adjusting the quantity on the product
Is there anyway to make "quantity" a custom field on the right, or must it be on the left
It only appears on the left.
Okay thanks for letting me know, and for all your help. Just one more question, do I have to embedd the pricing table, or can I link the user to the pricing table after they click a button on my landing page (just like a normal payment link).