Search code examples
imagemagentoimportmagmiskus

Magmi bulk image import (associate by sku)


I have a folder with about 6000 images, all named according to the sku being imported in magento via csv. I have installed magmi and the Image Attributes Processor. If I put these images in media/import, will they associate themselves by sku, or do I have to do something specific in my configuration/scripts?


Solution

  • This Magmi plugin "Image attributes processor v1.0.25" enable import images to magmi, http://sourceforge.net/projects/magmi/files/magmi-0.7/plugins/packages/

    You need only to configure your folder in image module.

    configuration: Image search path: relative path for your image, for your folder will be "media/import" (check your magmi "Filesystem Path to magento directory", if you have "magento_folder/magmi" Filesystem Path to magento directory should be "../../")

    columns in CSV file must be named "image","small_image","thumbnail" (case sensitive!!) in this columns will be values like "imagename.jpg".

    Thats all