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)
-
0
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.
-
0
Subscription feature is not a subscription but one time payment. A lot of functions are missing:
- Create recurring real subscription with paypal.
- Getting notified about changes, IPN hooks.
- Subscription management, reminders, etc.
Any plans to make a real subscription? Otherwise, you should call it one time payment.
-
0
<cite>vladsd: </cite> Subscription feature is not a subscription but one time payment. A lot of functions are missing:
- Create recurring real subscription with paypal.
- Getting notified about changes, IPN hooks.
- 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.
-
0
Hi,
Recurring subscription has been decided to take part in the next version.
-
0
Will this feature be released at the same time as the Foreign Key / Existing Entity feature?
Foreign Key / Existing Enity Forum Post: #4736
-
0
yeap! ASP.NET Power Tools will have navigation property
-
0
@alper - thanks for an update
do you know the release date for the next release? thank you.
-
0
not exactly :?
-
0
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.
-
0
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.
-
0
@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?
-
0
@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.
-
0
@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!