Been all day on this one :
I have a bunch of categories in Magento and I'm importing a CSV of about 1000 products. Each product is going into ~10 categories.
I've tried formatting the CSV the same way that the CSV that I once exported :
sku,_store,_attribute_set,_type,_category, ....
"12345","","Default","simple","myFavoriteCategory", ....
,,,,"myFavoriteCategory/and a subcategory", ....
,,,,"myFavoriteCategory/badSubcategory", ....
I thought this was great but it's only putting the product into the first category (myFavoriteCategory in this case)
I also tried doing it all in one line by separating the categories by double delimeters within the quotes but with no success.
I'm using Magento ver. 1.6.2.0
Thanks
_categoryis usually followed by_root_category. Is this also true for 1.6.2.0? If so, did you define_root_categoryvalues properly? Other than that: is this a multi website/store setup or just a single store? - Jürgen Thelen_root_categoryattribute with no luck. I put the field in the initial product line as well as all of the subsequent lines. No go. I'm going to try Magmi now. - Kardasis