Import Images

Magmi supports both local image & remote image import from urls. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor.

 

http://wiki.magmi.org/index.php?title=Image_attributes_processor

 

How to use

Reminder

This plugin is Mandatory to handle images

Base product images columns

For compatibility with Dataflow legacy format

To set base image values

  • image
  • small_image
  • thumbnail

To set base image labels

  • image_label (label to use for image)
  • small_image_label (label to use for small_image)
  • thumbnail_label (label to use for thumbnail image)

Extra product images

The Extra product images are handled through media_gallery column

Since several images can be set in this column,a specific syntax has been set to handle labels.

  • The Extended syntax with :: for setting labels ONLY APPLIES TO media_gallery column
  • TO SET BASE IMAGE LABELS USE BASE IMAGE LABEL RELATED COLUMNS

media_gallery (extra images) column syntax


 <image1 location>[::image1 label];<image2 location>[::image2 label]

Example (with no labels):


 /extraimg1.jpg;/extraimg2.jpg

Example (with labels):


 /extraimg1.jpg::label for img 1;/extraimg2.jpg::label for img 2
Share.