Magento – Categories Not Set Upon Product Import

categoryce-1.9.0.1importproduct

I'm having trouble setting the product categories using System > Import\Export > Import via a CSV file (see link 1 below). Regardless of the combination of field IDs used with the category_ids field in the file, I'm unable to set any categories when the product is imported – what I'd like to do is what you see in link 2 below. The hierarchy is field_id 2, 4, and 11.

What am I doing wrong?

Master product layout

Desired category hierarchy

Best Answer

Add product from frontend and assign categories. After creating product go to

System->Import/Export->Export

. Export csv file. check all the fields. fill the data in same format. Also one more thing when you are using category names then use same name as in admin(case-senstive) Or use same structure for id and then import file. Refresh you indexing and cache. the product will be saved.

Related Topic