Programming ramp-ups/plan phases
L
Louise T.
As a user, I want to schedule price increases.
Consider the following example:
My customer is on plan A, whose standard price is $1,000 per year. However, we have negotiated several discounts:
- 50% discount for the first year (i.e. total cost of $500);
- 25% discount for the second year (i.e. total cost of $750); and
- No discount afterwards (i.e. full price).
I currently need to apply the first coupon and then wait until the end of the first year to apply the second one. It would be much more convenient if I could schedule ramp-ups when creating the subscription in the first place.
T
Thibault
That's definitely a feature we'd be interested in as well. It would enable our sales team to setup customers that went through a sales cycle and got a custom deal. Usually our custom deals are as described in this feature request, as an example:
- 50% discount the first 6 months
- 30% discount the following 3 months
- full price from then on
t
techb@pathfinder.vision
As a sidenote: For this feature I'd also be great to change the next billing plan at the end of a period similar to how Stripe allows it in their feature
M
Mathieu Déjean
Merged in a post:
Plan Phases - Time periods within a subscription during which certain rules apply.
Nick Scanlen
Plan Phases - Time periods within a subscription during which certain rules apply. Plans can have multiple phases and each phase can have a different price and payment term. In this way, we can have plans with built in trials or discount phases. Automatically handle the transitions between phases.
This is a great way to seperate significant stages of a subscription.