我已按照Magmi维基中的说明操作,但仍无法将超级属性定价信息导入我的可配置产品。我希望有人可以看看我的设置,并指出我做错了什么。
可配置产品:
"sku","name","categories","configurable_attributes","type","description","short_description","tax_class_id","attribute_set","store","weight","is_in_stock","status","visibility","product_in_stock","price","super_attribute_pricing","image","small_image","thumbnail","qty"
"000592363","Speedo F.Banho Swimstar Leaderback Jr","TEXTIL\F.BANHO NATAÇAO","tamanhoecor","configurable",".",".","Taxable Goods","Default","admin","1","1","enabled","Catalog, Search","5","27.2358","Tamanho e cor::Rosa, 6A:0:0;Rosa, 8A:1:0","000592363.png","000592363_peq.png","000592363_peq.png","7"
简单产品:
"sku","name","tamanhoecor","qty","categories","configurable_attributes","description","short_description","tax_class_id","attribute_set","store","weight","visibility","price"
"000592363.39.29","Speedo F.Banho Swimstar Leaderback Jr Rosa 6A","(Cor) Rosa, (Tam.) 6A","2","TEXTIL\F.BANHO NATAÇAO","Default",".",".","Taxable Goods","tamanhoecor","admin","1","Not Visible Individually","27.2358"
"000592363.39.31","Speedo F.Banho Swimstar Leaderback Jr Rosa 8A","(Cor) Rosa, (Tam.) 8A","2","TEXTIL\F.BANHO NATAÇAO","Default",".",".","Taxable Goods","tamanhoecor","admin","1","Not Visible Individually","28.2358"
我的属性集名为tamanhoecor,包含一个名称相同的属性。
属性集:“tamanhoecor”
属性代码:“tamanhoecor” 属性标题“Tamanho e cor”
将属性“tamanhoecor”属性分配给“默认”属性集。
magento screenshot - > http://dl.dropbox.com/u/56372088/forums/superattpricing.PNG
答案 0 :(得分:5)
原则上,属性中不允许使用逗号。 刚刚将“(Cor)Rosa,(Tam。)6A”更改为“(Cor)Rosa(Tam。)6A”并且它有效。