Woocommerce linked licensing system for your plugins
-
@lindon said in Woocommerce linked licensing system for your plugins:
because its not even commonly "rooted" on MacOS...
Yes AppData is common on both Win and Mac. This works here.
-
@orange --er no its not. I t will be common on a single Mac but not between more than one Mac - well that's my understanding anyway.
-
@orange . Congrats ! bro. Learning many things from you.
-
@orange Very interested in this. Well done!
-
-
@orange great job !! And thank you for your insight !
-
thank you so much @orange for this specific useful know how.
great work! :growing_heart:
what do you mean with cpu economic? are these queries slowing server?
-
@steve-mohican said in Woocommerce linked licensing system for your plugins:
are these queries slowing server?
Every query requires processing resources, the less queries you make the better.
-
@d-healey said in Woocommerce linked licensing system for your plugins:
Every query requires processing resources, the less queries you make the better.
Yes it's obvious. I just thought that this kind of api required backend process can't work with a standard wordpress website and AWS or something like that professional server system needed. So is this system in a standard hosting?
-
@steve-mohican said in Woocommerce linked licensing system for your plugins:
So is this system in a standard hosting?
I use cheapo shared hosting, but I'm looking to switch to a VPS - not related to licensing, I just want a faster webstore for my customers, the current one has always been a little slower to load pages than I'd like.
-
@steve-mohican said in Woocommerce linked licensing system for your plugins:
So is this system in a standard hosting?
Yes, no AWS here.
Recently, I had to re-design my website compeltely from scratch. Before, it was struggling with hosting, theme, images and design mistakes. If you want speed, the performance is the sum of everything. Hosting, theme, images, your page design style...etc. all of them are affecting the performance.
-
For hosting, I am using Kinsta, it's exclusively a Wordpress optimized, pretty fast system, I highly recommend it.
-
For theme, I am using Kadence. I've tried tons of themes before, but definately this one is the best, well woocommerce optimized, pretty fast theme. It also has great addons like Conversions, Kadence Blocks (Gutenberg block builder)...
-
For page design, definitely go with Gutenberg (with Kadence Blocks). I think the page builders (like Divi, Elementor...etc.) will die soon, because Gutenberg (which is designed by Wordpress) is much more faster, getting better day by day, and it is the future of Wordpress.
-
One more thing is the image optimization. Shortpixel wordpress plugin is the one to go. It not only optimizes pictures, it also supports WebP image format which was developed by Google and it is the future of the web also. Recently Wordpress added WebP support. This image format supports transparent images with much more less file size. Not all of the browsers support it for now, but Shortpixel handles it with showing optimized jpg files to non-supported browsers.
If you take care all of the details, there is no need to do any action or no need to worry about using Woocommerce License Manager API in your website.
-
-
-
@orange That's exactly what I've been tring to do. now you showed that it is possible. I really appreciate your generous tips, you're awesome wooo wooo
-
Thank you, that is what i am building :) now.
-
@orange One question,
How do you handle the serial numbers in Woocommerce License Manager plugin? Do you upload serials before purchase, or any ideas?
-
@Steve-Mohican
- Automatic license creation with the purchase
-
@steve-mohican said in Woocommerce linked licensing system for your plugins:
@orange One question,
How do you handle the serial numbers in Woocommerce License Manager plugin? Do you upload serials before purchase, or any ideas?
Both ways are possible. Like @dustbro said, I am using automatic license creation, it's very handy and you don't have to worry about if the serials are running out or not. Instead of uploading thousands of serials, also automatic license way makes your database more clean.
-
Do you need to include REST api keys in your HISE project?
-
@d-healey said in Woocommerce linked licensing system for your plugins:
Do you need to include REST api keys in your HISE project?
No. Wordpress, Woocommerce and any other REST api keys are not required.
Because Wordpress account authentication is done with the user email and password credentials (thanks to
JWT Authentication for WP REST API
plugin).And Woocommerce queries is done by the
Woocommerce License Manager plugin's API v3
using JWT method, if the users got the licenses in their accounts.Very simple, fast and secure!
-
I've tried the woocomemrce licensing plugin that you recommend, it is a great plugin and the specific solution for me exactly. I'll go with this.
And also I've just tested your License Manager app, it works great. Fantastic job congrats.
Can you use the same license activation system in your plugins too, just like in the License Manager app?