#Vinz
1 messages · Page 1 of 1 (latest)
Hi there!
hi
If you want different discounts, then you need different promo codes.
Hum too bad. because when I create the promo code it is for "several months" I write 2. But when the yearly subscription is created the 50% discount is applied
even if 1y > 2m
the promo code can only be applied on products, not price
You can create as many coupons as you need. And you can create coupons that only apply to specific products.
Yep but I want only 1 coupon that should be appied on prices not products
(for a meeting)
What do you mean by "should be appied on prices not products"?
You can create Product A with Price A, and Product B with Price B.
Then you create a coupon that only applies to Product B, so it will only work for Price B.
check on coupon creation on dashboard, I write 2 months, it should not be appied to a full year subscription
product A has month_priceA and year_priceA, product B has month_priceB and year_priceB
for me you have here a bug or unwanted effect
I just want to create a coupon of 50% for 2 months
but it's not possible as for now on stripe.
at least not with percentages
I just want to create a coupon of 50% for 2 months
And you want this coupon to only apply to the monthly price? For Product A, B, or both?
both
But only to the monthly price?
Got it. Then you could make that work like this:
- Product A monthly, with a monthly price
- Product A yearly, with a yearly price
- Product B monthly, with a monthly price
- Product B yearly, with a yearly price
And then create 2 coupon, each restricted to only 2 products
yep but I have only 2 products not 4
- Product A, with a monthly and yearly price
- Product B, with a monthly and yearly price
I know, my suggestion is that you create 4 products instead of 2.
Can you clarify why this is not an option? You can easily create new products and price with Stripe.
yes but I have subscriptors with the current products.
products_id are coded on my backend
this is a pain in the ass to change all of that just for a coupon
migrate datas of users and so on
That's true.
Taking a step back: is your goal to update existing subscription programatically with a discount?
nope, just for new subscriptions
people I meet on the meeting I want to give them 50% for 2 first months. For yearly subscription offer them 2 monthes
Got it. So I see two options for you:
- Either you create new products (as mentioned before) and use these only for new subscriptions
- Or don't use Stripe's promo code, and manually apply a discount with the API when creating the subscription
hum interesting. But I like the customer portal it's nice and smooth
I'll change my idea : offer 1 month to anyone with fix amount coupon
I'll change my idea : offer 1 month to anyone with fix amount coupon
Yes, that's would be definitely easier to manage with your current setup!
or 50% on first month with fix amount coupon
possible to use the same "string code" for different coupon ?
possible to use the same "string code" for different coupon ?
you mean the promotion code that users enter? no, each has to be unique.
shit. For instance, I'll do 20% for every one
lol
you should add on the backlog to improve this behaviour
when 50% is to be appied on 2 months, it should not apply on more than that (1 year for instance here)
Yes I agree that this can be improved! I'll raise the feedback internally.
!atm