Search code examples
magentoimportmagento-1.9

magento 1.9.2.1 import images using the csv


I am trying to import product using csv in magento 1.9.2.1. everything works fine but images is not showing in backend. I tried by uploading the images in the media/import folder and giving the path in csv as /imagename.jpg. but its not working.


Solution

  • i have done it. i just deleted the column small_image, thumbnail, image. and now it works fine.