#misterdonut_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/1359098379287920681
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
yes you can have one subscription with multiple prices
and you can update existing subscriptions to add new prices to it
what's your question exactly?
hey thanks for answering. i'd like to take all my customers who have 1 subscription per product, and "merge" them all into 1 subscription with multiple products. i sort of imagined this is a use case other devs have encountered. do you have a suggestion on how to accomplish this?
so you want to combine multiple existing subscriptions into one?
yes exactly
for each customer, you would need to cancel all subscriptions but one. and for the remaining subscription, you'll update it to include all other prices. and you'll need to be careful about prorations to make sure the customer don't end up paying for the same price twice.
I recommend doing some tests in test mode to see how all of this works.
and happy to help if you have some specific questions