Super product attributes configuration in Magento

2019-05-10 13:06发布

I've followed the instructions in Magmi's wiki but still can't import super attribute pricing info to my configurable product. I'm hoping someone can take a look at my setup and point out what I'm doing wrong.

Configurable product:

"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"

Simple products:

"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" 

My attribute set is named tamanhoecor and includes an attribute with the same name.

attribute set: “tamanhoecor”

attribute code: “tamanhoecor” attribute title “Tamanho e cor”

Assigned attribute "tamanhoecor" attribute to "Default" attribute set.

magento screenshot -> http://dl.dropbox.com/u/56372088/forums/superattpricing.PNG

标签: magento magmi
1条回答
甜甜的少女心
2楼-- · 2019-05-10 13:53

Turns out no commas are allowed in the attribute. Just changed "(Cor) Rosa, (Tam.) 6A" to "(Cor) Rosa (Tam.) 6A" and it worked.

查看更多
登录 后发表回答