#DFSKarmaTrevis-subscriptions
1 messages · Page 1 of 1 (latest)
A Subscription can have more than one price!
you can have 2 separate items in the items array on subscription creation/update and it just works
you mean just adding another price here
there currently is space for 3 offerings on front end which is why we wanted to make this an "add-on"
no I don't, that's just creating a new price
hum okay seems like you have a way deeper question that I thought at first
I thought you simply asked "I have a subscription in Stripe with Price A, I want to also charge for Price B" and I was saying "you can"
your new question seems to be about your own front end, how to architecture this, how to display the add-on, etc. is that the case?
where in the cart, they can toggle "add this as well for $X/"
which cart?
Okay so that UI you own entirely. It's not Stripe's UI, you wrote the code
so what's blocking you?
how would I create it in stripe, so that when we design it, someone can click "yes I want to also have this" and for the price to update in cart
this really isn't Stripe specific
you're saying it would be an entirely separate subscription
this is all your own app/code
no I'm saying the complete opposite 😅
When you create a Subscription can can pass 2 price ids
okay
how are you creating the subscriptions today @coarse forum , can you share a snippet of your code?
I have not done any of the dev myself so I wouldn't be able to assist there
ah, so this can be done, but it will require your developer to do some work