我在哪里设置图像标签在magento?

时间:2013-10-15 04:06:30

标签: magento magento-1.7 magmi

链接中的

https://sourceforge.net/apps/mediawiki/magmi/index.php?title=Image_attributes_processor

它给出了:

To set base image labels
image_label (label to use for image)
small_image_label (label to use for small_image)
thumbnail_label (label to use for thumbnail image)

A)什么是图片标签?

B)我应该在哪里设置它?

BTW,以下是我的Feed列名:

store,websites,type,attribute_set,is_affiliate_product,status,visibility,qty,is_in_stock,tax_class_id,weight,name,meta_keyword,description,sku,manufacturer,price,merchant_buy_link,remote_image_url,main_category,color,for,shoe_type,short_description,remote_thumbnail_image_url,category_ids,merchant_name,merchant_id,small_image

以下是1行示例数据“

admin,base,simple,Affiliate Product,1,Enabled,"Catalog, Search",1,1,None,1,Ed Hardy Girls Bird Flower Cap - White,"handbags, wallets, designer handbags, prada, gucci, burberry",The  Ed Hardy Girls Bird Flower Cap  is an adorable cap for little girl. This cap features front tattoo  Bird Flower  graphics Embroidered print  adjustable Back  It also has printed text graphics with the words " Ed Hardy ". Your little,F58-EH5GH124UBRD,Ed Hardy,11.99,http://www.anrdoezrs.net/click-6521002-10569016?url=http%3A%2F%2Fwww.fashion58.com%2Fitemdetail.asp%3Fmod%3DEH5GH124UBRD,http://www.fashion58.com/itemimages/5GH124UBRD.jpg,Hats & Caps > Caps,White,,,The  Ed Hardy Girls Bird Flower Cap  is an adorable cap for little girl. This cap features front tattoo  Bird Flower  graphics Embroidered print  adjustable Back  It also has printed text graphics with the words " Ed Hardy ". Your little,http://www.fashion58.com/itemimages/5GH124UBRD.jpg,73,Fashion58,123,

C)列名称或样本数据有什么问题吗?

D)我无法在我的网站上显示产品远程图像..我确定我对Magmi做错了。

请告诉我..

2 个答案:

答案 0 :(得分:0)

A)图片标签是图片标题 (例如,您有多个产品图像,1个来自正面,背面和侧面,因此您将标签显示在网站上,以便人们可以了解这张图片,如产品前视图,侧面查看等..)

B)您可以在要导入的csv文件中或从后端管理产品中设置它 - >编辑 - >图片库标签

C)(该文件应该是普通的CSV文件,没什么大不了的)没有人能分辨出这个Feed是对的!因为有时候它取决于你的magmi配置!所以尝试导入样本文件并查看错误magmi输出也检查产品是否正常。

D)据我所知,Magmi不支持远程图像,因此您需要编写小的PHP脚本来获取图像并将其保存在磁盘中然后将其上传到您的服务器中把magmi的路径用到了!

答案 1 :(得分:0)

这帮助了我。行样本数据未正确定界。一列或多列使用一个或多个逗号和双引号。将数据导入excel或gsheet中,然后像我对数据一样仔细阅读。确保正确的数据在正确的列中,然后重试。