By woocommerce-sl, on , posted on October 25, 2023

Managing licenses for your software products can be a tedious task, especially when you have multiple licenses to keep track of. That’s why the WP Software License for WooCommerce provides an easy-to-use All Licenses interface that allows administrators to manage all aspects of their licenses in one place. The All Licenses interface is designed to […]

Read more

By woocommerce-sl, posted on July 31, 2017

Selling licensed products works the same way as a regular product, there’s are no updates requires on the theme or within the code. Once the Product license options are set you are ready to go. Default cart page for licensed products (this can be different, depending on your actual theme): Once checkout out, a default […]

Read more

By woocommerce-sl, posted on August 2, 2017

Starting version 1.2 the WooCommerce Software License plugin got a new enhancement, the ability to use existing keys (own admin keys) along the plugin code. If you are a re-seller this become the great tool for selling keys and software. All existing functionality like allowed client keys, instances per key etc, can still apply. Also […]

Read more

By woocommerce-sl, posted on August 1, 2017

Any customer can manage the license keys through default WooCommerce MyAccount Page. Once a purchase is completed a new button Licence Manage appear within the Recent Orders table. The My Order License Keys page, allow customer to administrate all details related to it’s purchase license details, update, delete, transfer, un-assign a domain key, generate more licence keys. […]

Read more

By woocommerce-sl, posted on August 1, 2017

The shop administrator can manage any licence aspects of a product purchase through the WooCommerce Orders interface. Administrators can delete keys, generate new ones, un-assign etc. Main Licence Keys interface consist of a list of all keys from all orders. This facilitate an easy management through the interface functions which include filters and search. Full […]

Read more

By woocommerce-sl, posted on August 1, 2017

The built-in API interface is a convenient way to allow your software to communication with the WooCommerce Software License API. Calls are initiated through GET/POST method. Additional code examples are included within the plugin download, also in our documentation area Software API Integration code example. The following methods are available: activate deactivate status-check plugin_update plugin_information theme_update […]

Read more

By woocommerce-sl, on , posted on March 5, 2018

Read more

By woocommerce-sl, posted on August 1, 2017

Any software can use API functionality. We can provide full code in a form of WordPress plugin which can be used as staring base for further implementation. This is a sample usage on a licence key activation call: The first part of the code consist of few constants definition which are being used later within the […]

Read more

By woocommerce-sl, posted on August 1, 2017

The first part of the code consist of few constants definition which are being used later within the code. A plugin auto-update code can be inserted within the plugin, here is an example:

Read more

By woocommerce-sl, posted on August 1, 2017

This is an API example on how to use the Theme AutoUpdate functionality.

Read more