With Spark, is it possible to have different subscription plans for different types of accounts?
Say you have a registration form for your usual users, but also a different registration form for partner signups.
Is it then possible to have "normal" plans for the users, and a different set of plans for the partners?
Edit: I think I posted too quick, without really thinking about it.
I thought Spark did everything automatically according to the plans available.
But I can easily filter the plans for different accounts...
I believe you could create as many free plans by using a regular plan and just give it a price of 0.-
Every place i have seen the free plan being filtered / regerenced it was done by checking for "price = 0" and not by any other property.
That's not a guarantee that it can be done this way but so far i have not seen anything that would suggest otherwise.
One good usecase for different free plans would be if you wanted different free for monthly and yearly plan. The freePlan() is applied towards both - monthly AND yearly at the same time.
Your 2 basic plans are technically really 2 different plans (and you can define them independantly from each other with different features or whatever you like)
The freePlan technically is just 1 plan but it DOES show up under the monthly plans AND under the yearly plans.
You have to check our view that displays the plans to see it.
So - in a case where if you want - a difference between a monthly free plan and a yearly free plan you could make use of a regular plan with price of 0.