To add subscription plans you need an account with admin priviledges.
- On the main menu, you will find a menu option named Subscription. On clicking this, the app navigates to the subscription page.
- The subscription page displays two tabs. One for user subscription to existing subscription plans, another for viewing existing subscription plans
- To add subscription plans, click the add subscription button at the top right corner of the page. This diplays a modal with a form to add the plan name, plan price , plan duration and plan level
- The plan level enables the system to understand the heirrachy of the your subscription. A free plan should have a level of zero and price of zero. The rest of the plans should have higher levels depending on the prices. For example,
Free plan - price:0, price: 0 ;
Basic plan - price: 5000, level: 1;
Gold Plan - price: 10000, level : 2 ;
Premium Plan - price : 15000, level : 3; - The duration period available are 6 months , 12 months and INFINITE. INFINITE signifies that the plan does not have an expiry date and if usually used for a free plan or a one time subscription.
- You cannot add more than one plan with the same level and duration. However, you can add a plan with same level but different duration.
- After filling the fields click add to submit the details
- You should get an alert on the page similar to the one below