I'm working on a Magento website, and some products' images are uploaded but not set to any fields (base image/small image/thumbnail):
There is over 800 products with this problem so I can't do this by hand. I tried importing a CSV with a Dataflow Profile, but even if there's no error, it still stays the same, my CSV looks like this:
sku;store;websites;status;visibility;image;small_image;thumbnail
100018930;admin;base,kitchen;1;1;/images/100018930.jpg;/images/100018930.jpg;/images/100018930.jpg
....
Maybe the issue is that the image is already uploaded?
I hope someone can help me with this.
Thanks.
PS: Magento's version of this website is 1.5.0.1...
