【发布时间】:2017-12-21 16:43:23
【问题描述】:
使用 Magmi 导入并设置 Attribute Set Importer 时,不会在产品本身上设置相应的产品属性。
我已经阅读了很多帖子,但似乎没有人有这个问题。任何线索我做错了什么?
- Magento:1.9.2.4
- 麦格米:0.7.22
- 属性集导入器:0.0.2
导入文件的内容:
产品文件:
sku,attribute_set,名称,类型,configurable_attributes,mycolor,状态,重量,价格,simples_skus,super_attribute_pricing
01111,"testset","product1b","simple","mycolor","red",1,0,11,,
01211,"testset","product2b","simple","mycolor","blue",1,0,22,,
01422,"testset","product3b","simple","mycolor","orange",1,0,33,,
01311,"testset","productconfigurable","configurable","mycolor",,1,0,1,"01111,01211,01422","mycolor::red:11;blue:22;orange:33"属性文件: "attribute_code","frontend_label","frontend_input","backend_type","is_user_defined","is_required"
"mycolor","mycolor","select","text",1,1-
属性集文件:
李>
属性集名称、排序顺序、magmi:组
"testset","0","General:0,Prices:1,Meta Information:3,Images:4,Recurring Profile:4,Design:5,Gift Options:5,mycolor:6" 属性关联文件:
属性集名称、属性代码、属性组名称
"testset","mycolor","General"
【问题讨论】:
标签: magmi