0
votes

I have strange issue with magmi import, the product import works with magmi. After import the products and images are displaying in the admin and front but when i update any product from the admin the images of that product are automatically removed. If i upload image from admin it works fine.

It seems like the images are saved but something is missing with Magmi image import.

Thanks in advance

2

2 Answers

0
votes

Before importing csv file, Put all the images in repository : /media/import and put only image name while you import the images.

0
votes

I guess you are referring to this issue

in App/Code/Local/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Media.php

Comment out $this->_removeDuplicates($result); on line 83

Comment out $this->_removeDuplicates($result); on line 293