By woocommerce-sl, on , , posted on August 2, 2017

By default, whenever a client purchases a licensed product, a single key is generated and saved within the account. This can be changed through the filter woo_sl/generate_licence_keys_count. Multiple keys can be generated in a row, or none. The example bellow change the default single key generator to all allowed for current licence group: If the […]

Read more

By woocommerce-sl, on , posted on August 1, 2017

As default the WP Software License plugin output a ‘X domains per key’ within the order page, client and admin e-mails, my account areas etc. This is because is presumed the purchasable is being linked to a domain (e.g. a downloadable software). But this is not necessarily to say that way, arbitrary texts can be […]

Read more

By woocommerce-sl, on , posted on August 1, 2017

Since version 1.2.4, the WP Software License plugin got a new unique functionality, a licence group can be assigned to variation/variable products. The process is simple, start by creating some licensing groups: Within the variations Tab, on each item option, there’s a new setting called Licence Group Chose from the list the required licence group to […]

Read more

By woocommerce-sl, on , posted on August 1, 2017

Name woo_sl/generate_license_key Type Filter Arguments (text) $license_key (int) $order_id (int) $order_item_id (int) $license_group_id Description To create a custom licence key. Example of usage A simple example to create keys in a form of XXXX-XXXX-XXXX :     Create a license in format PREFIX-XXXX-XXXX-XXXX-XXXX all uppercase. The used PREFIX is what defined within the product licensing […]

Read more