By woocommerce-sl, on , posted on June 15, 2023

WooCommerce is a popular e-commerce platform that provides users with a wide range of plugins to enhance their online stores. One such plugin is the WooCommerce Software License plugin, which allows store owners to manage and distribute software licenses to their customers. A key feature of this plugin is the client interface, which empowers customers to manage their license keys. However, there is also an option to disable this feature from the administrator’s perspective. In this article, we will explore the benefits and considerations of using the client interface in the WooCommerce Software License plugin.
(more…)

Read more

By woocommerce-sl, posted on February 8, 2018

WordPress MultiSite is a powerful environment to run multiple sites and manage on the same panel. MultiSite Is very easy to set-up, mainly require few more code lines to your system.

The WP Software Licence plugin include the required capabilities, functionality and features to run along with a MultiSite ecosystem. It does not require a specific set-up, it will work similarly as for a single site instance.

The plugin can be installed and activated through SuperAdmin Dashboard, making the plugin available to all site in the network using WooCommerce shop:

If the plugin is required to be active only for specific sites, the code can be activated from each sites where need, just like a regular plugin.

Read more

By woocommerce-sl, on , posted on March 4, 2025

Migrating to the WooCommerce Software License plugin offers a host of benefits for your online store—most notably, a substantial boost in API processing speed. If you’re looking for an upgrade from the WooCommerce API Manager, this guide will walk you through the migration process while emphasizing the performance edge and reliability of the new plugin. (more…)

Read more

By woocommerce-sl, posted on August 1, 2017

WooCommerce Software License is a powerful tool to maintain licensing for any product type. It feature an API through which licence management is a breeze.

Many customers migrated from old systems and plugins to WooCommerce Software License, to take advantage of it’s features and functionality. At the point the previous orders need to be processed to include required data. For all new orders those will be created automatically at the time of checkout.

(more…)

Read more

By woocommerce-sl, on , posted on November 25, 2022

The WP Software License incorporates a range of additional filters and actions, allowing you to fulfill diverse requirements.

The ‘View License’ interface is highly customizable. To initiate customization, start by duplicating the /templates/my-account/my-license-manage.php template file from the plugin directory to your theme or child theme, specifically to /woocommerce/my-account/my-license-manage.php. This approach ensures that any modifications made to the template file remain unaffected by future plugin updates, offering a seamless and worry-free customization process. (more…)

Read more

By woocommerce-sl, posted on January 31, 2022

The customers can easily manage their license keys through the Licence Keys Management – Client interface. This is a highly customisable area, achievable through programmable filters and/or modifying the license-manage template. Copy the templates/myaccount/my-licence-manage.php template name to your theme /woocommerce/myaccount/my-licence-manage.php This is the folder where you will deploy the WooCommerce templates too. (more…)

Read more

By woocommerce-sl, on , posted on September 22, 2022

In certain scenarios, the products and their attached licenses are required to be sold just once to each individual customer. Once purchased if try later to buy the same product it should block the add-to-cart operation.

This can be achieved programmatically through a custom code. That works for any product type as physical, virtual, downloadable, simple, variation etc. There isn’t a specific requirement on the product or the license set-up, for the functionality to work. (more…)

Read more