Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avstudnitz/AvS_FastSimpleImport
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
https://github.com/avstudnitz/AvS_FastSimpleImport
magento-extension php
Last synced: 9 days ago
JSON representation
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
- Host: GitHub
- URL: https://github.com/avstudnitz/AvS_FastSimpleImport
- Owner: avstudnitz
- Created: 2012-02-02T11:48:45.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2019-08-06T13:48:45.000Z (over 5 years ago)
- Last Synced: 2024-10-12T01:08:14.046Z (27 days ago)
- Topics: magento-extension, php
- Language: PHP
- Homepage:
- Size: 1010 KB
- Stars: 308
- Watchers: 55
- Forks: 146
- Open Issues: 122
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-magento - AVS FastSimpleImport
- mageres - AvS Fast Simple Import - Wrapper for Magento 1 Import/Export functionality which imports data from arrays (Extensions / Free)
README
AvS_FastSimpleImport
=====================
Wrapper for Magento ImportExport functionality which imports data from arrays[Documentation](http://avstudnitz.github.io/AvS_FastSimpleImport/)
-------------------------------Facts
-----
- version: 0.8.2
- extension key: AvS_FastSimpleImport
- Composer name: avstudnitz/fast-simple-import (included in http://packages.firegento.com/ and Packagist)
- [Extension on GitHub](https://github.com/avstudnitz/AvS_FastSimpleImport)
- [Direct download link](https://github.com/avstudnitz/AvS_FastSimpleImport/tarball/master)
- [Documentation](http://avstudnitz.github.io/AvS_FastSimpleImport/)Description
-----------
This module allows to import from arrays and thus using any import source, while the Magento module only imports from files.
ImportExport exists since Magento 1.5 CE / 1.10 EE, image import since 1.6 CE / 1.11 EE. Thus, this module needs at least
one of those versions.
ImportExport has a special import format. See [specifications](https://www.integer-net.com/importing-products-with-the-import-export-interface/) about the expected format.Main Features:
- Fast Import using the built in Magento module ImportExport
- Partial Indexing of only the imported products available
- Unit tests for many test cases included
- Importing of additional entities: Categories, Category-Product relations
- Improved error messages stating which values are expected instead of a given valuePlease see our [**documentation**](http://avstudnitz.github.io/AvS_FastSimpleImport/) for a full list of features.
Requirements
------------
- PHP >= 5.3.0
- Mage_ImportExportCompatibility
-------------
- Magento >= 1.6.0.0 / Magento EE >= 1.11.0.0Installation Instructions
-------------------------
1. Install the extension via GitHub, composer or a similar method.
2. If you are using the Enterprise Edition then add `````` to the `````` node directly after ``````
3. Clear the cache, logout from the admin panel and then login again.
4. Read the [documentation](http://avstudnitz.github.io/AvS_FastSimpleImport/)
5. Configure the extension at `System -> Configuration -> Services -> FastSimpleImport`.Uninstallation
--------------
1. Remove all extension files from your Magento installationSupport
-------
If you have any issues with this extension, open an issue on [GitHub](https://github.com/avstudnitz/AvS_FastSimpleImport/issues).Contribution
------------
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).Lead Developers
---------
Andreas von Studnitz
http://www.integer-net.de/agentur/andreas-von-studnitz/
[@avstudnitz](https://twitter.com/avstudnitz)Paul Hachmang
http://www.h-o.nl/
[@paales](https://twitter.com/paales)Simon Sprankel
http://simonsprankel.de/
[@SimonSprankel](https://twitter.com/SimonSprankel)License
-------
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)