What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi, we have two plans once is free forever and other are paids once.
- Free forever plane we introduced for our LTD customers in which we are taking some amount from them but now we are introducting some other features in which we need to charge some additional amount to them so how can we achive that in your system.
- we have paid customers also in which the paid for montly /yearly/half yealy now we are introducting some other features in which we need to charge some additional amount to them so how can we achive that in your system. so our goal is to charge additional amount without changes there currnent plane and feature.
Please help me to solve this issue
3 Answer(s)
-
0
Hi,
We have a feature request on the roadmap https://github.com/aspnetzero/aspnet-zero-core/issues/2927 but this is not planned yet.
You can store such features in a separate table (AddOnFeatures for example) and also keep which tenant is using which feature in (TenantAddOnFeatures). Then, you can easily calculate the total price by adding price of the AddOnFeatures used by tenant.
-
0
Hi ismcagdas , is there any table for TenantAddOnFeatures that or I need to create new one
-
0
Hi @shedspotter
It is not implemented yet. It is in the backlog. You should create new one.