Base solution for your next web application
Open Closed

Subscription Documenation How-To #4068


User avatar
0
rev319303 created

Well, I have spent the last year developing my application with AspNetZero and am finally to the point of building in subscriptions to my application. I noticed that you now have a subscription feature within your latest release. I looked around your website but haven't found any documentation on how to use the subscription feature or how to set it up with Paypal.

**This may be very easy to do but I just haven't looked into it, yet, and I wanted to at least read your documentation on it first before I started. I just can't seem to find.

Do you have any docs on how to setup and start using subscriptions?


13 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @rev319303,

    Actually there isn't a detailed doc. Subscription management already built into application (for core project). If tenants want to register, they will see the price table(editions). You are just adding editions (with price or free).

    In appsetting.json file, there are paypal settings. If you configure them, your application will work with subscription.

  • User Avatar
    0
    vladsd created

    Subscription feature is not a subscription but one time payment. A lot of functions are missing:

    1. Create recurring real subscription with paypal.
    2. Getting notified about changes, IPN hooks.
    3. Subscription management, reminders, etc.

    Any plans to make a real subscription? Otherwise, you should call it one time payment.

  • User Avatar
    0
    alper created
    Support Team

    <cite>vladsd: </cite> Subscription feature is not a subscription but one time payment. A lot of functions are missing:

    1. Create recurring real subscription with paypal.
    2. Getting notified about changes, IPN hooks.
    3. Subscription management, reminders, etc.

    Any plans to make a real subscription? Otherwise, you should call it one time payment.

    There are many feature implementation and enhancements on the roadmap (with limited resource). We regularly join for roadmap features. And I'll let you know if we pull the subscription enhancements to a close version.

  • User Avatar
    0
    alper created
    Support Team

    Hi,

    Recurring subscription has been decided to take part in the next version.

  • User Avatar
    0
    cyklussoftware created

    Will this feature be released at the same time as the Foreign Key / Existing Entity feature?

    Foreign Key / Existing Enity Forum Post: #4736

  • User Avatar
    0
    alper created
    Support Team

    yeap! ASP.NET Power Tools will have navigation property

  • User Avatar
    0
    vladsd created

    @alper - thanks for an update

    do you know the release date for the next release? thank you.

  • User Avatar
    0
    alper created
    Support Team

    not exactly :?

  • User Avatar
    0
    BobIngham created

    Strange. I can't find any feature or enhancement listed in issues for monthly subscriptions for 5.3 or 5.4 or, indeed, for the backlog. Which issue do we follow to see progress on this? For me it's not important because I won't be anywhere near release for a few months but it would certainly be nice to have.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi All,

    We decided to work on recurring payments but it is not analyzed yet, so we are not sure when it will be released or will be released at all :).

    So, currently we are tracking this internally. We will add it to a milestone when we finished analyzing it.

  • User Avatar
    0
    BobIngham created

    @ismcagdas, That's some discussion you must be having. It's nearly six months since this thread promised movement on a fuller feature set of subscriptions! Any update?

  • User Avatar
    0
    ismcagdas created
    Support Team

    @BobIngham you are right. But other issues like moving to latest Metronic and having different versions of Metronic demos in AspNet Zero got higher priorities. We will try to implement this after implementing major Metronic changes.

  • User Avatar
    0
    BobIngham created

    @ismcagdas, agreed. This is one of those "PWA", "GDPR" subjects. Probably needs a lot of discussion and it's also a substantial body of work. I don't think it should be forgotten, though!