hgati / rakeshmagento-autosku
Magento2 auto generate sku for new product
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2024-10-26 06:06:39 UTC
README
magento2 auto generate sku for new product based on custom confgiuration. Auto SKU Generator Addon provides the functionality of generating the SKU automatically
Configuration
1.Navigation
Store->Configuration->AUTO SKU->Configuration
2.Prefix :
Here you need to specify the prefix for the sku for example : D, AAA, DAC
3.Start From :
Here you need to configure the start integer for example start from : 1
4.SKU Length :
This is the length of the sku, for example for length 5 -> D0001.
ScreenShot
Examples :-
1 : Prefix -> K, Start From -> 1, SKU Length -> 6
K00001, K00002, K00003,........
3 : Prefix -> SKU, Start From -> 1, SKU Length -> 7
SKU0001, SKU0002, SKU0003, SKU0004,....................