Adds a button to the WC edit/new product page that enables generating a SKU (catalog number) in a pre-defined format and length.
Adds a button to the WC edit/new product page that enables generating a SKU (catalog number) in a pre-defined format and length. It is aimed for Woocommerce shop admins who manage a shop with no pre-defined catalog numbers for products.
When adding or editing a product it is common that you do not have a pre-set catalog number for the product.
This plugin enables you to generate a SKU (catalog number) for the product, with specified format and length.
It also checks that the suggested SKU does not exist in the database for any other product.
At the same time you can use it to check a SKU number you enter.
Starting on V 1.0.1 you can choose to add automatic SKU for every new product or existing product without a SKU (no need to click a button or select).
You also can select not to generate a random SKU, but write it yourself, and the plugin will check asynchronously if the SKU already exist in the database.
Tested up to Woocommerce Version 6.0.0
Important! version 1.0.2 and up works with Woocommerce 2.6.0 and up. If you have earlier version of WC please use this plugin version 1.0.1
Installing “ATR structured SKU generator for Woocommerce” can be done either by searching for “ATR structured SKU generator for Woocommerce” via the “Plugins > Add New” screen in your WordPress dashboard,
or by using the following steps:
Important! You must go to plugin settings page and select the options apply to your shop.
The plugin options allows you to select between numeric, alpha numeric or incremented SKU.
The random SKU format will be generated according to these selections.
If you select a numeric string, you should set a minimum and maximum numbers.
Setting the min/max numbers will force the random SKU generated to hold only numbers between those numbers.
That way you can also define how many digits will be in the SKU.
For example, if you select min: 10000 and max: 99999 you’ll get SKU’s with 5 digits long between these two numbers.
If you select a characters string, you’ll have to define
1. The characters to be used in the string
2. The length of the string
For example, if you select “abcdefghijklmnopqrstuvwxyz123456789” for the characters and “8” for the length, the SKU string will be 8 characters long and with all the letters and numbers except 0 (zero) and capital letters.