#Vinz

1 messages · Page 1 of 1 (latest)

long solarBOT
fluid swan
#

Hi there!

fleet heart
#

hi

fluid swan
#

If you want different discounts, then you need different promo codes.

fleet heart
#

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

fluid swan
#

You can create as many coupons as you need. And you can create coupons that only apply to specific products.

fleet heart
#

Yep but I want only 1 coupon that should be appied on prices not products

#

(for a meeting)

fluid swan
#

What do you mean by "should be appied on prices not products"?

fleet heart
#

you could apply one coupon to mont price

#

and one for year

#

price

fluid swan
#

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.

fleet heart
#

check on coupon creation on dashboard, I write 2 months, it should not be appied to a full year subscription

fleet heart
fleet heart
#

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

fluid swan
#

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?

fleet heart
#

both

fluid swan
#

But only to the monthly price?

fleet heart
#

yep

#

well I should do it with a "euro" coupon

#

not percentages

fluid swan
#

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
fleet heart
#

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
fluid swan
#

I know, my suggestion is that you create 4 products instead of 2.

fleet heart
#

well my business is already running

#

not an option

fluid swan
#

Can you clarify why this is not an option? You can easily create new products and price with Stripe.

fleet heart
#

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

fluid swan
#

That's true.

#

Taking a step back: is your goal to update existing subscription programatically with a discount?

fleet heart
#

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

fluid swan
#

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
fleet heart
#

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

fluid swan
#

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!

fleet heart
#

or 50% on first month with fix amount coupon

#

possible to use the same "string code" for different coupon ?

fluid swan
#

possible to use the same "string code" for different coupon ?
you mean the promotion code that users enter? no, each has to be unique.

fleet heart
#

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)

fluid swan
#

Yes I agree that this can be improved! I'll raise the feedback internally.

worldly girder
#

!atm