xml import problem with adding a product to a category

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kayakbabe
    Mega Mivite




    • Jun 2008
    • 1520

    #1

    xml import problem with adding a product to a category

    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" />
  • kayakbabe
    Mega Mivite




    • Jun 2008
    • 1520

    #2
    Re: xml import problem with adding a product to a category

    aw shoot. I wish I could delete it. the syntax is correct.. a bad product import had me looking at the wrong sku. LOL. it really does work.

    Comment

    Working...
    X