• Resolved Jose Vega

    (@josevega)


    Hi, first of all, your plugin is amazing. Congrats for that ??

    I′m using woocommerce for selling my digital products (wp plugins and themes) and I′d like to know if there′s a way to get a new license after every sale.

    For instance, let′s say I have a wp plugin with 3 variations: 1 year, 2 year, 3 years.

    I′d like to add a new license to the thank you email and setting the license duration based on the product variation purchased.

    Is this possible with your plugin? is there some function in the code that I can use to create a new license?

    If not, can you add this to the plugin? maybe you can add an API endpoint so we can use this with any e-commerce plugin ??

    https://www.ads-software.com/plugins/wp-license-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jarkko Laine

    (@jarkkolaine)

    Hi Jose! This is a great question / feature request.

    A WooCommerce integration is definitely something I’d like to add to the plugin in the near future.

    I haven’t designed how this would work just yet, but after reading your idea, I’m thinking a function like you suggest (one that takes the product as parameter and returns license information) would be a good first step towards it. I’ll include this in the next version.

    Until then, if you’d like to hack the plugin yourself, the best option is to look at the function handle_add_license in the class Wp_License_Manager_Admin (class-wp-license-manager-admin.php) and extract the code related to saving the license into its own function. That’s where I’ll start the integration once I get to work with it ??

    Thread Starter Jose Vega

    (@josevega)

    Hi Jarkko, thanks for your reply.

    I′ll check the code the next weekend, maybe I can contribute with this feature.

    One thing I think it would be interesting is adding an API endpoint for this, so we can generate licenses from external stores.

    I see a good future for this plugin…

    Plugin Author Jarkko Laine

    (@jarkkolaine)

    The API action is a great idea. I’ll add that to my TODO list as well.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Integration’ is closed to new replies.