firegento / extendedimport
Extended Import Features (ported from AvS_FastSimpleImport)
Installs: 28 805
Dependents: 1
Suggesters: 1
Security: 0
Stars: 62
Watchers: 10
Forks: 28
Open Issues: 4
Type:magento2-module
Requires
- php: ^5.5.0|^7.0.0|^8.0.0
README
FireGento ExtendedImport Extension
Extended Import Features (ported from AvS_FastSimpleImport)
Facts
- version: 0.0.1
- extension key: FireGento_ExtendedImport
- extension on GitHub
Description
Adds missing features to Magento CSV import, to be used with FastSimpleImport
Features
- Add missing product-attribute-options on the fly
- Allow using category-ids on product import instead of category-path
Requirements
- None
Compatibility
- Magento >= 2.0
Installation Instructions "Manual" Installation
-
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
Installation Instructions with Composer
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
Uninstallation
- remove the directory
app/code/FireGento/ExtendedImport
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.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Tests
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)
Developer
Fabian Schmengler @fschmengler
Licence
OSL - Open Software Licence 3.0
Copyright
(c) 2016 -2020 FireGento