#alexcyw-checkout-pricing
1 messages · Page 1 of 1 (latest)
yes!
we have Products set up in Stripe for both (1) subscription plan and (2) hardware
Got it. There's no prebuilt UI for that, no. You'd need to handle that yourself right now!
ah okay that's too bad !
how about here?
on this checkout screen, is there anything prebuilt that allow user to change the plan on the left side of this?
so instead of the 18 / month, change it to something else based on Products that we set up?
thanks @nimble rover
Hmm, depends how you have your pricing modelled. You could try upsells?
i have looked at upsells, but it's only one item that can be added
Enable customers to upgrade their subscription plan at checkout by using upsells.
we have multiple plans (4-5) and really want users to be able to switch between them
Got it. That's not possible right now, no. You'd need a UI prior to the Checkout page to let your customer select their product/plan
alright
is there any open source implementation we can use?
for the product catalogue?
would you know @nimble rover ?
Hmm, maybe over at https://github.com/stripe-samples
Don't think that particular demo is open source
okay thank you
last question actually
if we build our own product catalogue and added say 1 subscription plan and 3 different hardware, can all these be displayed in the final Checkout page?
using Checkout off the shelf as is
thanks @nimble rover
Are the hardware items one-time products?
yes
so mixing subscription and one time products into the final Checkout page so users can just pay once for both
Yep, should work! You'll need mode: 'subscription'
so the subscription mode covers both subscription and one time products?
nice thank you!