Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.68 KB

README.md

File metadata and controls

58 lines (46 loc) · 1.68 KB

Spranks_AutoNumericSkus Extension

This extension automatically generates numeric SKUs, such as the new SKU is the highest currently existing SKU + 1.

Facts

Description

This extension automatically generates numeric SKUs, such as the new SKU is the highest currently existing SKU + 1. If there is no product yet, the first product will get the SKU 1.

You will directly see the new SKU in the SKU field if you create a new product via the admin panel.

Requirements

  • PHP >= 5.2.0
  • Mage_Adminhtml
  • Mage_Catalog
  • Mage_Core

Compatibility

  • Magento >= 1.4

Installation Instructions

  1. Copy all the files into your document root.
  2. Clear the cache.

Uninstallation

  1. Remove all extension files from your Magento installation.

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Simon Sprankel
http://www.simonsprankel.com
@SimonSprankel

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2014 Simon Sprankel