This is a Magento module to import the products from the Nedis catalog into Magento.
This is an unofficial module and it is not supported or maintained by Nedis.
-
Add the following repository:
{ "type": "vcs", "url": "https://github.com/nicovogelaar/magento-nedis-import.git" }
-
Add the following dependency requirement:
"nicovogelaar/magento-nedis-import": "dev-master"
-
composer update
See the full example of a composer.json
file here
- Go to the Magento Admin Panel ->
System
->Import/Export
->Nedis import
- Upload the catalog file:
nedis_catalog_[date]_[locale]_[customer number]_v1-0_xml.xml
- Upload the catalog file to:
/path/to/magento/var/nedisimport/catalog
- Start the import:
php shell/nedisimport.php --file <filename> [--output]
Only the XML format is supported. A full import can take longer than one hour.