开发者

Magento product csv upload with images

开发者 https://www.devze.com 2023-04-05 22:14 出处:网络
I’m trying to upload the csv file with about 300 products in and I’m having a couple of issues with it.

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 imp开发者_如何学Goort is not working with multi select attributes (it just picks up the first one). Any solution for this?


You are placing your images to wrong folder and they should be in media/import instead with right permissions and case sensitive names.

Refer to http://blog.calientedesign.com/?p=56 or perform a web search for "magento image import"


As Jonathan said, you must put all of your images that you wish to import into media/import. The other crucial part of this is your CSV. Every image name must of course match properly, but it must have a forward slash in front of the image name. So, if you put 'image1.jpg' into media/import, then in your spreadsheet, the image columns should have '/image1.jpg'.

0

精彩评论

暂无评论...
验证码 换一张
取 消