How to create the horizontal categories menu?
I know how to style it with dropdown but what code it needs to display categories/subcategories dynamically?
Something like this:
PHP Code:
<ul>
<li> Root Category </li>
<ul>
<li> Subcategory </li>
<li> Subcategory </li>
<li> Subcategory </li>
</ul>
<li> Root Category2 </li>
<ul>
<li> Subcategory </li>
<li> Subcategory </li>
<li> Subcategory </li>
</ul>
<ul/>
Can I copy code from existing template somewhere in xcart?
Is there a topic somewhere on the forums that I missed? I searched but could not find anything for Gold 4.4.2
Thanks.