Configuring Super Product Attributes in Magento via Magmi

I followed the instructions on the Magmi wiki but still can't import super attribute pricing information into my custom product. I hope someone can take a look at my settings and point out what I am doing wrong.

Customizable 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 set of attributes is called tamanhoecor and includes an attribute of the same name.

attribute set: "tamanhoecor"

attribute code: "tamanhoecor" attribute name "Tamanho e cor"

Assign the "tamanhoecor" attribute to the "Default" attribute.

magento screenshot β†’ http://dl.dropbox.com/u/56372088/forums/superattpricing.PNG

+3


source to share


1 answer


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



+5


source







All Articles