Reputation: 517
I am trying to import products using import/export in Enterprise version 1.10. this import/export is same as what is included in 1.5.
My issue is when i import the file,images are not importing correctly.
I use "/imagename.jpg" in my image column. i put all images in media/import folder.
what is strange is when i export the file , it show me the same image name in image column "/imagename.jpg" and there is no image showing in product->images in Admin.
Any help will be greatly appreciated. thanks
Upvotes: 2
Views: 6665
Reputation: 1
I had the same issue and tried everything I found online, but nothing worked. Final answer after a week of head-butting was this: filenames in the media/import folder were uppercase. The ones in the csv file were lowercase Changed filenames in csv file to be lowercase and everything worked like a dream.
Upvotes: 0
Reputation: 49
First of all make sure that your import file has a prepending slash for image “sku”,"image" “ABC123”,"/abc123.jpg"
Try to follow these steps:
Upvotes: 4
Reputation: 924
One solution for your problem would be to place your images inside media/catalog/product/import instead of media/import
Seems Magento is now pulling the images from that dir, at least that worked for me.
Cheers
Upvotes: 2