#frosun_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1216839011436331029
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
To clarify, the guide I linked/have already viewed in your docs shows how to add multiple products to a subscription through code, which I can implement, but I would like to stick with the use of your Customer Portal. Thought about making multiple pricing sheets, one being the base subscription and the other having the add-ons. But this gets complicated since the user MUST have a base subscription and the pricing table state is not trivial to expose.
There may be a simple way to achieve my up-sells with your customer portal/pricing table, etc. That's what I"m shooting for.
Hi there ๐ I'm not too familiar with because I believe these are dashboard only features, and we mostly provide assistance with our API in this forum.
I'd recommend looking into setting up an upsell on the Price:
https://docs.stripe.com/payments/checkout/upsells
or a cross-sell on the Product:
https://docs.stripe.com/payments/checkout/cross-sells
I'm not entirely certain these will work in conjunction with a Pricing Table, but think they might.
That TOTALLY makes sense, I will probably eventually go full-API custom built solution for subscriptions... but rn as the solo developer writing the whole app I'm focused on features, etc.
Thanks for the lead, I'll poke around on those, and see if those work ๐