Base solution for your next web application
Open Closed

How can we add additional amount in current user plans without changing there current plans #10929


User avatar
0
shedspotter created

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.

  1. 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.
  2. 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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    shedspotter created

    Hi ismcagdas , is there any table for TenantAddOnFeatures that or I need to create new one

  • User Avatar
    0
    musa.demir created

    Hi @shedspotter

    It is not implemented yet. It is in the backlog. You should create new one.