Virge
Virge

Reputation: 148

Magmi Configurable Products Importation

In Magmi v0.7.17, I can't manage to import configurable products.

Here is an example of the csv I've got (just fields related to problem here):

http://img198.imageshack.us/img198/8871/csvq.jpg

None of the attributes and attributes set exist in database, I want it to be created on the fly. But is it possible ? or do I miss some fields ?

Thanks !

Upvotes: 1

Views: 6023

Answers (2)

user2199128
user2199128

Reputation:

What is work for me is:

1. Check "configurable_attributes"
   - All attribute are listed ?
   - All attribute are correctly spelled?
2. Check same for all custom attribute on header row
3. Check attribute "Use To Create Configurable Product" value is set "Yes"

This Error Means you are having error with attribute and attribute set.

Upvotes: 0

Virge
Virge

Reputation: 148

Ok, it works now. After a little debugging in the plugin, I saw that the column "configurable_attributes" was empty. I move it at the beginning of the files (next to attribute_set) and it works fine. It's due to the fact that I didn't encapsulate my text with "" in csv, because Excel doesn't do it. So I modified my file with OpenOffice and let it at the end.

Suddenly attribute_set is working too.

Be sure to select "Magmi Magento Reindexer", otherwise the products won't appear in frontend.

Attributes and attribute sets have to be created in BackOffice before importation. Magmi can just create values of attribute.

Upvotes: 2

Related Questions