Downloadable products importer for Magmi

Plus de vues

Downloadable products importer for Magmi

Disponibilité : En stock

Downloadable products plugin adds downloadable products import capabilities to Magento Mass Importer (Magmi).
  • Super fast
  • Direct SQL import
  • Large number of files support
  • Multiple storeviews and Websites support
  • 100% Open Source
  • Quick and Easy Installation
0,00 €
Description

Détails

Description

Magmi (for Magento Mass Importer) is a catalog importer tool for Magento. Designed to import directly products via SQL, Magmi is very fast and can process large number of products. Downloadable products plugin implements import of downloadable products via Magmi.

Requirements and Installation

This tool is a Magmi plugin. Magmi must be installed and configured. For more information, please check the Magmi documentation.

Uncompress the archive and place the directory downloadable and his content in the directory magento-install-dir/magmi/plugins/extra/itemprocessors/.

Syntax

Add a column named links using this syntax:

file:{link},sort_order :{position},title:{file title},sample :{example link},is_shareable :{config or 0 or 1},number_of_downloads :{value}

  • {link}: complete local file path of the source file or url
  • Each file is separated by « ; »
  • Column type is mandatory and the value must be downloadable

Examples

[links] => file:http://www.tangkoko.com/files/7102-CC.zip,sort_order:,title:7102-CC,sample:,is_shareable:config,number_of_downloads:0; file:http://www.tangkoko.com/files/7102-DD.zip,sort_order:,title:7102-DD,sample:,is_shareable:config,number_of_downloads:0

[links] => file:/var/www/magento/var/import/files/7102-CC.zip,sort_order:,title:7102-CC,sample:,is_shareable:config,number_of_downloads:0; file:http://www.tangkoko.com/files/7102-DD.zip,sort_order:,title:7102-DD,sample:,is_shareable:config,number_of_downloads:0

Commentaires