You are browsing the old Contao 3 extension repository. Contao 3 is no longer maintained as of June 2019! You can find the Contao 4 extensions on extensions.contao.org.
Extensions > isotope_autosku
Auto SKU
[isotope_autosku]
Automatic generation of SKU identifiers for Isotope
This extension generates new SKU's for products you add to Isotope. It keeps a list of prefixes/suffixes and an auto increment value for that prefix.
After installation you can use the # character to generate an id at that spot inside the SKU.
For example, adding products in the order below with that value for the SKU generates an new SKU:
- SKU: flowers# -> flowers1
- SKU: flowers# -> flowers2
- SKU: trees# -> trees1
- SKU: tr#-int -> tr1-int
- SKU: flowers# -> flowers3
- SKU: tr#-int -> tr2-int
- SKU: tr#int -> tr1int
- and so on...
The numbers can be left padded with zero's, the padding setting is product type dependent and can be set at the product types. The next flowers# from previous example would become flowers004 if padding was set to 3.