I tried all day importing some products into Magento, but all without success. After trial and error, everything ended with the error "Image does not exist." I read a few posts about this, most of them are outdated, but then a recent one talks about putting everything in /media/import and having all the files named /image.png in the CSV file.
This does not work, and I still get the same error.
I am using Magento 1.6.2 and I tried to put files in
/var/import/image.png /var/import/i/m/image.png /media/import/image.png /media/import/i/m/image.png /media/catalog/product/i/m/image.png
I tried to name the file in CSV as
/image.png /1/m/image.png /media/import/image.png /media/import/i/m/image.png
... and the totality of them all (itβs not entirely accurate which of them I used at the beginning with a random approach, trying to offer forums, but without any luck). I tried to find the PHP code snippet where the image file was installed, but failed ... again.
So, what folder is the importer looking for the file anyway? What is the way to do this? There are many people with the same problem, and this does not seem to be an official solution to this. Any help was appreciated.
import csv magento
Yanick rochon
source share