I need help understanding the relationships in Xcart to better figure out how to get the following to work.
Default
Categories <header>
Men's Coats<link to category>
Men's Jackets<" ">
Men's Shirts<" ">
Men's Pants<" ">
Men's Socks<" ">
Women's Coats<" ">
Women's Jackets<" ">
Women's Shirts<" ">
Women's Pants<" ">
Women's Socks<" ">
So as you can see the categories look a little silly. Since the products categories are often repeats but gender specific I was hoping there was a way to do this:
Categories <header>
Men's<link to category>
<Tab>Coats<subcategory>
<Tab>Jackets<subcategory>
<Tab>Shirts<subcategory>
<Tab>Pants<subcategory>
<Tab>Socks<subcategory>
Women's<link to category>
<Tab>Coats<subcategory>
<Tab>Jackets<subcategory>
<Tab>Shirts<subcategory>
<Tab>Pants<subcategory>
<Tab>Socks<subcategory>
If I can get the subcategories in there as nested categories on the menu that would work

Any help?