I'm using the xml import method to hopefully assign about 4000 products to their appropriate categories.
The fs category code does exist before I import this xml.
After import data, the store reports that each product is already assigned to that category.
BUT it's not. when I go into the store admin and look at what categories the products are assigned to.. it is not assigned to fs at all. I tried reimporting and same over and over.
Is my syntax wrong?
<CategoryProduct_Assign category_code="fs" product_code="DE110-S" />
<CategoryProduct_Assign category_code="fs" product_code="DE110-M" />
<CategoryProduct_Assign category_code="fs" product_code="DE110-L" />
<CategoryProduct_Assign category_code="fs" product_code="DE106-S" />
<CategoryProduct_Assign category_code="fs" product_code="DE106-M" />
<CategoryProduct_Assign category_code="fs" product_code="DE106-L" />
The fs category code does exist before I import this xml.
After import data, the store reports that each product is already assigned to that category.
BUT it's not. when I go into the store admin and look at what categories the products are assigned to.. it is not assigned to fs at all. I tried reimporting and same over and over.
Is my syntax wrong?
<CategoryProduct_Assign category_code="fs" product_code="DE110-S" />
<CategoryProduct_Assign category_code="fs" product_code="DE110-M" />
<CategoryProduct_Assign category_code="fs" product_code="DE110-L" />
<CategoryProduct_Assign category_code="fs" product_code="DE106-S" />
<CategoryProduct_Assign category_code="fs" product_code="DE106-M" />
<CategoryProduct_Assign category_code="fs" product_code="DE106-L" />
Comment