Base solution for your next web application
Open Closed

Subscriptions and Add-ons #7200


User avatar
0
rrader26 created

Hello, We have a requirement to allows users to signup for a package (base). We would also like to sell add-on's that users can subscribe too. We would like this to be added to the existing subscription. Can something like this be done with AspNetZero?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rrader26,

    This is not fully implemented by default but possible. You can sell Editions as base packages by default (This is already implemented).

    After that, you can list additional features on subscription page and redirect user to payment page when user wants to buy additional feature. After payment completed, you can enable selected feature on tenant. You can examine AspNet Zeros subscription flow so you can use a similar flow for selling features.