On Categories, and the XML IMport
Hope this makes sense.
- In your XML it doesn't matter what category ID you use, as long as it's consistent within your import file.
-
In the categories section at the end of the file, this defines the mapping of IDs to names.
<categories>
<en-AU>
<NB_Store_CategoriesInfo>
<CategoryID>12</CategoryID>
<PortalID>2</PortalID>
<Archived>false</Archived>
<CreatedByUser>1</CreatedByUser>
<CreatedDate>2013-09-20T21:48:50.3818011+12:00</CreatedDate>
<ParentCategoryID>0</ParentCategoryID>
<ListOrder>-1</ListOrder>
<Lang>en-AU</Lang>
<CategoryName>Home/SOHO</CategoryName>
<ParentName></ParentName>
<CategoryDesc />
<Message />
<ProductCount>0</ProductCount>
<ProductTemplate />
<ListItemTemplate />
<ListAltItemTemplate>false</ListAltItemTemplate>
</NB_Store_CategoriesInfo>
I generate my products out of QuoteWerks, so I just use the Folder ID that is defined in QuoteWerks.Hope this makes sense.