#DFSKarmaTrevis-subscriptions

1 messages · Page 1 of 1 (latest)

feral panther
#

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

coarse forum
#

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"

feral panther
#

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?

coarse forum
#

where in the cart, they can toggle "add this as well for $X/"

feral panther
#

which cart?

coarse forum
#

our designed cart on front end

#

I planned to add it to here

feral panther
#

Okay so that UI you own entirely. It's not Stripe's UI, you wrote the code

#

so what's blocking you?

coarse forum
#

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

feral panther
#

this really isn't Stripe specific

coarse forum
#

you're saying it would be an entirely separate subscription

feral panther
#

this is all your own app/code

feral panther
#

When you create a Subscription can can pass 2 price ids

coarse forum
#

okay

dense basin
#

how are you creating the subscriptions today @coarse forum , can you share a snippet of your code?

coarse forum
#

I have not done any of the dev myself so I wouldn't be able to assist there

dense basin
#

ah, so this can be done, but it will require your developer to do some work