#michael_best-practices

1 messages ¡ Page 1 of 1 (latest)

lucid thunderBOT
#

👋 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.

elfin narwhal
#

The client manage possible prices, options via Stripe dashboard so nothing can be hardcoded

olive solstice
#

20% discount for 1 week period
The best option here, is to use weekly prices and create a discount for the same period

elfin narwhal
#

@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

olive solstice
#

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)

elfin narwhal
#

ok, thanks!

olive solstice
#

np!