Reputation: 563
I'm using magmi to create and update products and their images. The problem is that MAGMI does not update the images if the image already exists. It works to create new images but not to update existing ones.
At Image attributes processor I've set Image import mode to overwrite existing images but it doesn't work.
My CSV file looks like this:
"sku","store","image_label","image","thumbnail","small_image","media_gallery"
"P4208M","admin","MEIA PEUGA HOMEM RFª.4208M [ANUBIS]","+https://dl.dropboxusercontent.com/u/183676/NET/P4208M.JPG","https://dl.dropboxusercontent.com/u/183676/NET/P4208M.JPG","https://dl.dropboxusercontent.com/u/183676/NET/P4208M.JPG","+https://dl.dropboxusercontent.com/u/183676/NET/P4208M.JPG;+https://dl.dropboxusercontent.com/u/183676/NET/P4208M-1.JPG;+https://dl.dropboxusercontent.com/u/183676/NET/P4208M-2.JPG"
Anyone?
Regards Fabio
Upvotes: 0
Views: 1317
Reputation: 85
just happened to me ( magento 1.7, magmi 0.7.18 ): actually magmi work'd fine ( if you set image import mode to override ), you need to flush magento catalog image cache from cache managent. don't know if this is your case, hope this helps :)
Upvotes: 2