I am using magento enterprise edition 1.12 and in that there is no import folder inside media folder. so, i have created one folder named import inside media.
Then, I have tried to put all the images in to media/import, and in CSV
file for particular SKU
i have passed /example.jpg
for the title image.
But, After importing products, when i try to see that image from admin while editing product. i am not able to see that.
Can anyone please suggest for it.
问问题
710 次
2 回答
1
尝试检查清单:
1)确保 media/import/example.jpg 存在
2)确保将字符串放在列标题“ image ”下(有时人们倾向于使用 _image 或类似的东西。我认为这是从magento导出格式)
3)尝试在您的CSV中更改产品名称,并查看它在导入后是否在数据库中更改(这将表明导入过程是否至少对“名称”字段有效)
4)确保媒体/catalog 文件夹和子文件夹具有可写权限(chmod 777 media/ -R 确保)。它必须在导入期间将文件复制到该文件夹,因此可能是权限错误
这至少有助于解决问题
于 2013-10-12T18:44:11.267 回答
0
为了让它在管理端显示,我们需要为 media_gallery 添加价格名称,我们必须通过将 0、1 或 2 作为基本图像、小缩略图来启用它。
于 2013-10-13T10:23:42.287 回答