Magento – Import csv using dataflow-profile image does not exists

imageimportmagento-1.8

I am using Magento version is 1.8.1.0.

I am trying to import product using dataflow – profile. when I run the I got error image does not exists.

I place image into media/import/product/p1.jpg

my media folder permission is 777.

and I write image path into csv file like.

image               small_image          thumbnail
/product/p1.jpg   /product/p1.jpg    /product/p1.jpg

where I create mistake please help.

when I upload this csv and run i got this error.

Image does not exist.

Best Answer

Place the image under media/import then in the CSV use /p1.jpg - there is no need for the extra /product sub-directory.

Related Topic