All Projects → avstudnitz → Avs_fastsimpleimport

avstudnitz / Avs_fastsimpleimport

Wrapper for Magento ImportExport functionality, which imports products and customers from arrays

Projects that are alternatives of or similar to Avs fastsimpleimport

module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (-83.6%)
Mutual labels:  magento-extension
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (-81.99%)
Mutual labels:  magento-extension
Spranks StorePickup
This extension provides a new, simple shipping method "Store Pickup".
Stars: ✭ 13 (-95.82%)
Mutual labels:  magento-extension
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (-88.75%)
Mutual labels:  magento-extension
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (-87.14%)
Mutual labels:  magento-extension
magento-1
PAYONE Payment Extension for Magento 1
Stars: ✭ 19 (-93.89%)
Mutual labels:  magento-extension
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-92.6%)
Mutual labels:  magento-extension
magento-address-autocomplete
A Magento module that uses the Google Places API to populate the address fields on the checkout.
Stars: ✭ 14 (-95.5%)
Mutual labels:  magento-extension
emailattachments
Magento 1 Extension - add order confirmation, invoice, packing slip or creditmemo pdfs to your outgoing transactional emails. Also adds support for attaching terms and conditions and printing the order as a pdf.
Stars: ✭ 20 (-93.57%)
Mutual labels:  magento-extension
apiplus-magento
Make your Magento API integration easier for third parties with this module.
Stars: ✭ 16 (-94.86%)
Mutual labels:  magento-extension
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (-84.89%)
Mutual labels:  magento-extension
AvS ScopeHint
Creates a warning if a configuration setting is overwritten on a lower level (website or store view)
Stars: ✭ 82 (-73.63%)
Mutual labels:  magento-extension
Tooltip
Magento 2 attribute tooltip module
Stars: ✭ 23 (-92.6%)
Mutual labels:  magento-extension
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (-85.53%)
Mutual labels:  magento-extension
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-91.96%)
Mutual labels:  magento-extension
config-extension
Magento extension that improves config system
Stars: ✭ 20 (-93.57%)
Mutual labels:  magento-extension
magento2-csspreload
Asynchronous CSS loading in Magento 2 using rel="preload"
Stars: ✭ 26 (-91.64%)
Mutual labels:  magento-extension
magento2-webappmanifest
A Magento 2 extension that adds a Web App Manifest to the store.
Stars: ✭ 19 (-93.89%)
Mutual labels:  magento-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-90.35%)
Mutual labels:  magento-extension
magento-jobqueue
A database backed asynchronous job queue for Magento
Stars: ✭ 52 (-83.28%)
Mutual labels:  magento-extension

AvS_FastSimpleImport

Wrapper for Magento ImportExport functionality which imports data from arrays

Documentation

Facts

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 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 value

Please see our documentation for a full list of features.

Requirements

  • PHP >= 5.3.0
  • Mage_ImportExport

Compatibility

  • Magento >= 1.6.0.0 / Magento EE >= 1.11.0.0

Installation Instructions

  1. Install the extension via GitHub, composer or a similar method.
  2. If you are using the Enterprise Edition then add <Enterprise_ImportExport/> to the <depends> node directly after <Mage_ImportExport/>
  3. Clear the cache, logout from the admin panel and then login again.
  4. Read the documentation
  5. Configure the extension at System -> Configuration -> Services -> FastSimpleImport.

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.

Lead Developers

Andreas von Studnitz http://www.integer-net.de/agentur/andreas-von-studnitz/ @avstudnitz

Paul Hachmang http://www.h-o.nl/ @paales

Simon Sprankel http://simonsprankel.de/ @SimonSprankel

License

OSL - Open Software Licence 3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].