Extended Import Features (ported from AvS_FastSimpleImport)
- version: 0.0.1
- extension key: FireGento_ExtendedImport
- extension on GitHub
Adds missing features to Magento CSV import, to be used with FastSimpleImport
- Add missing product-attribute-options on the fly
- Allow using category-ids on product import instead of category-path
- None
- Magento >= 2.0
-
create a directory
app/code/FireGento/ExtendedImport
-
extract all files of the module there
-
enable the module with
bin/magento module:enable FireGento/ExtendedImport bin/magento setup:upgrade
composer config repositories.firegento_extendedimport2 vcs https://github.com/firegento/FireGento_ExtendedImport2
composer require firegento/extendedimport dev-master
bin/magento module:enable FireGento_ExtendedImport
bin/magento setup:upgrade
- remove the directory
app/code/FireGento/ExtendedImport
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Unit tests are integrated in the Magento unit test suite. To run them separately, simply call
phpunit
in the module directory (it must be installed in a Magento instance to use the bootstrap file)
Fabian Schmengler @fschmengler
OSL - Open Software Licence 3.0
(c) 2016 FireGento