#roo - Checkout modes

1 messages · Page 1 of 1 (latest)

solid swan
#

Either or at the moment unfortunately, can you tell me a bit more about what you are trying to do here?

vague sleet
#

Sure. We are currently offering a subscription model - and we would like to also try to up-sell one time purchase (just a distinct physical item). Currently we can’t send them to a checkout page that has both the subscription as well as those one time purchase items which would be really great

#

Imagine wanting to sell a monthly gym membership (just as an example) and then you can up sell a gym bag, shirt, etc.

urban stump
#

As @solid swan said earlier, it's not something we can do with Checkout. However, you might want to take a look at Pricing Tables which does allow you to combine one-off and subscription pricing in one table that is loaded on your site:
https://stripe.com/docs/payments/checkout/pricing-table

vague sleet
#

Darn. Well if there is a way to submit feature requests I’d definitely love to put that in!

#

Will need to see if pricing tables suffice

urban stump
#

This type of problem is what Pricing tables were designed to solve. Because of the internals required we kind of need to know whether it's a payment or subscription when we render the Checkout form. But using Pricing tables helps you get there.

vague sleet
#

So it would go pricing table -> Checkout... but checkout still wouldnt allow for both sub and one time right?

urban stump
#

No

#

The user would select either a one-time or recurring price on the pricing table interface.

#

That would launch a Checkout interface for that specific price.

urban stump
#

@vague sleet does that make sense?