Open Closed

ABP Commercial Edition Subscription logic #4177


User avatar
0
yasin.hallak.89@gmail.com created
  • ABP Framework version: v6.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: No Exception
  • Steps to reproduce the issue:"

Hi there.

We want to use the same ABP Commercial Edition Subscription logic.

Can you recommended me some hints please :)


3 Answer(s)
  • User Avatar
    0
    malik.masis created

    Hi Yasin,

    Could you give us more detail, please? I couldn't understand what you mean.

    Regards.

  • User Avatar
    0
    yasin.hallak.89@gmail.com created

    Hi Malik

    We have an application for multi-tenants and we have plans for prices like ABP Commercial Subscription as below :

    We want the customer when he select a plan. After that we need to show him the registration page to insert information and he becomes

    a tenant in our application.

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Hello, I will try to answer your question as clearly as possible, please let me know if there is anything unclear.

    First of all, you need to read this document.

    A lot of things will fall into place after reading this document, but you may need code samples.

    In this case, you can often look at the abpframework/eventhub project. Since it is an open-source sample, we did not use the Volo.Payment module there, but we wrote our own module very similarly. For simplicity, this module only supports PayPal as a gateway. For more information about the module you can check here.

    Note: You don't need to write such a module because you can use the Volo.Payment module directly. I am giving information through the EventHub project just to give an example.

    Now let's get to the usage and customization of this simple and logically almost the same module as Volo.Payment. You can get help from the codes here.

    However, as I mentioned before, the codes are similar but may not be the same, so as I said before, you should read this document first of all.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11