#michael_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/1495704145829695519
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The client manage possible prices, options via Stripe dashboard so nothing can be hardcoded
20% discount for 1 week period
The best option here, is to use weekly prices and create a discount for the same period
@olive solstice Hello. What I meant is that product should be discounted for 1 week but product subscription period is still 1-month / 1-year etc.
1 week is just window when product is discounted
Yeah Stripe doesn't handle this natively, you need to calculate this natively and creating an amount discount (not percentage)
Or use Subscrirpino scheduler => phase 1 with 1 freemium week and phase 2 with 3 weeks periods of a monthly price (Stripe will compute the proration for you)
ok, thanks!
np!