Magento - How to import images and multiple images


you put all images into the media/import folder and then in your csv file.

"image","small_image","thumbnail"
"/6700ST_Beachlg.jpg","/6700ST_Beach.jpg","/6700ST_Beachsm.jpg"


Also note the foward slash in front of the images. This is required for the images to import correclty. Also for multiple images repeat those 3 columns above with _1 after it in the column header "image_1","small_image_1","thumbnail_1"




The filenames go in separated by commas.  You can successfully add the basic 3 (image, small image, thumbnail) + and additional 3 gallery images in the below example using these headings and data.


"image"," small_image"," thumbnail","gallery"
"/ccc1.jpg","/ccc2.jpg","/ccc3.jpg","eee1.jpg,eee2.jpg,eee3.jpg"

No comments:

Post a Comment