I\\\\\\\’m trying to upload the csv file with about 300 products in and I\\\\\\\’m having a couple of issues with it.
1). I have put the images in media/catalog/product/images/ and the path I\\\\\\\’m giving in csv is /images/image_name.jpg. Now when I import the csv I can see the products with image at frontend. But in admin panel, I can\\\\\\\’t see any image against the products. I don\\\\\\\’t know where I\\\\\\\’m doing wrong to show these images in admin panel.
2). I have a couple of multi select attributes. CSV import is not working with multi select attributes (it just picks up the first one). Any solution for this?
1). I have put the images in media/catalog/product/images/ and the path I\\\\\\\’m giving in csv is /images/image_name.jpg. Now when I import the csv I can see the products with image at frontend. But in admin panel, I can\\\\\\\’t see any image against the products. I don\\\\\\\’t know where I\\\\\\\’m doing wrong to show these images in admin panel.
Are you sure that there are no images there?
There is such a feature in admin zone of Magento that show product images only on mouse hover.
This is standard behavior that suppose to decrease server load.