I would like to construct an subscription selling site in php but I have a rather strange requirement.
A user can by subscriptions, but instead of time base subscription e.g. 1 month, 2 months etc, the user will buy times of usage. That means that with a let’s say Gold Subscription you can use the product for 50 times and with a Silver Subscription 30 times and so on.
Of course any time the user uses the product it must reduce the total times of usage remaining.
Is there a php solution for such functionality?
Thanks in advance.