#alexcyw-checkout-pricing

1 messages · Page 1 of 1 (latest)

nimble rover
#

Hey, I assume you mean the pricing page/grid?

strong remnant
#

yes!

#

we have Products set up in Stripe for both (1) subscription plan and (2) hardware

nimble rover
#

Got it. There's no prebuilt UI for that, no. You'd need to handle that yourself right now!

strong remnant
#

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

nimble rover
#

Hmm, depends how you have your pricing modelled. You could try upsells?

strong remnant
#

i have looked at upsells, but it's only one item that can be added

nimble rover
strong remnant
#

we have multiple plans (4-5) and really want users to be able to switch between them

nimble rover
#

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

strong remnant
#

alright

#

is there any open source implementation we can use?

#

for the product catalogue?

#

would you know @nimble rover ?

nimble rover
#

Don't think that particular demo is open source

strong remnant
#

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

nimble rover
#

Are the hardware items one-time products?

strong remnant
#

yes

#

so mixing subscription and one time products into the final Checkout page so users can just pay once for both

nimble rover
#

Yep, should work! You'll need mode: 'subscription'

strong remnant
#

so the subscription mode covers both subscription and one time products?

nimble rover
#

Yup, exactly

strong remnant
#

nice thank you!