Hi guys and gals,
I am trying to import my items into multiple categories... They import correctly and insert perfectly into the first category, but i am unable to find the XML mapping to import the second and third categories...
This is what i have tried so far
Thanks
Baleric
I am trying to import my items into multiple categories... They import correctly and insert perfectly into the first category, but i am unable to find the XML mapping to import the second and third categories...
This is what i have tried so far
<C>
<NB_Store_ProductCategoryInfo>
<ProductID/>
<CategoryID>[COL:1]</CategoryID>
</NB_Store_ProductCategoryInfo>
<NB_Store_ProductCategoryInfo>
<ProductID/>
<CategoryID>[COL:13]</CategoryID>
</NB_Store_ProductCategoryInfo>
<NB_Store_ProductCategoryInfo>
<ProductID/>
<CategoryID>[COL:14]</CategoryID>
</NB_Store_ProductCategoryInfo>
</C>
<C>
<NB_Store_ProductCategoryInfo>
<ProductID/>
<CategoryID>[COL:1]</CategoryID>
<CategoryID>[COL:13]</CategoryID>
<CategoryID>[COL:14]</CategoryID>
</NB_Store_ProductCategoryInfo>
</C>
Any Advice will be greatly appreciated !!!!!Thanks
Baleric