#momovsky_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/1285167794241142824
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes
Prod prod_PLR3kkd8oXs8c6
Prices
price_1OWkBhHZBjdJVnGy0mDeErbs updates to price_1PYDStHZBjdJVnGy9P8KLXue
promo promo_1PzakQHZBjdJVnGysAfHXdup
Error on the screenshot
All of this in the test mode.
if you create the prices on different product you can restrict the promo on a simple product
Yeah I understand that. But this will be a bit inconvenient, since I also want to have things like Upsells, which work only with 2 prices on the same product.
hmmm yes I see
from https://docs.stripe.com/billing/subscriptions/coupons#restrictions
You can’t apply a promotion code with amount restrictions on:
Subscriptions objects when you make an update
I think you can look into other alternatives https://docs.stripe.com/billing/subscriptions/coupons#alternative
I think the last one
Add a second price that is a cheaper version of a product’s usual price.
can be good for your use-case
and you can set in your deep link which prices the customer can upgrade to
OK Thank you for your help