@ismcagdas - I would ditch paypal for others, like stripe. once we complete our integration we can share our experience, With other feature I suggested around webhooks and ability to register call back apis, this is an easy task to integrate, as apis are very straight forward.
There are 3rd party fully manage subscription services, which you might want to integrate, but those are mucho money. I like this one: <a class="postlink" href="https://www.zoho.com/subscriptions/">https://www.zoho.com/subscriptions/</a>
Check github, a quick search discovers a number of integrations you can leverage: <a class="postlink" href="https://github.com/pedropaf/saas-ecom">https://github.com/pedropaf/saas-ecom</a>
Case in point your website advertising subscription management: "Tenant and Edition (package) management for SaaS applications Subscription management & Paypal payment integration"
It is not true, as of today you have basic paypal integration without recurring payments. Please see definition #3 from <a class="postlink" href="https://www.merriam-webster.com/dictionary/subscription">https://www.merriam-webster.com/dictionary/subscription</a>
I second this request, maybe it should be in github as an item?
Also, they have a number of demo templates. For now only one has angular demo: <a class="postlink" href="https://keenthemes.com/metronic/preview/angular/default/">https://keenthemes.com/metronic/preview ... r/default/</a>
I wonder if those templates are real templates and aspnetzero can offer on the fly choice of what template to use out of demo stack?
From metronic default demos, looks like the naming convention is the same, just pointing to different demo subdirectory.
This way, user/tenant admin can pick what layout they like the best!
even in angular is just a purchase, not true subscription service as advertised.
Thanks, I like primeng editor.
See <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1334">https://github.com/aspnetzero/aspnet-ze ... ssues/1334</a>
Its a bug
Is there doc for the steps to setup multiple database or separate one for a specific entity?
For example, its not clear how entity knows which database it is stored in?
Thanks.
I am not able to compile sample project. See issue: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-samples/issues/57">https://github.com/aspnetboilerplate/as ... /issues/57</a>
@ alper, if you look at js and css from metronic, it already includes all the script and all the styles! - one of the issue of metronic bundle, its overblown with staff you might never use.
package.json needs to be updated to "hmr": "ng serve --host 0.0.0.0 --port 4200 --hmr",