View Single Post
  #4  
Old 03-17-2014, 07:13 AM
 
cyberastore cyberastore is offline
 

Newbie
  
Join Date: Mar 2014
Posts: 3
 

Default Re: Where can i edit Left Category menu

thanks for the quick reply.. is there a way to pull the sub-categories? can someone please help me with this code..




Code:
<div id="ddsidemenubar" class="markermenu"> <ul> {foreach:getCategories(),idx,_category} <li> <a rel="{_category.getName()}" href="{buildURL(#category#,##,_ARRAY_(#category_id#^_category.category_id))}" {displayLinkClass(idx,_categoryArraySize,_category):h}>{_category.getName()}</a> <!--Submenu of category --> <ul id="{_category.getName()}" class="ddsubmenustyle blackwhite"> <li><a href="sub menu link here">sub menu NAME here 1</a></li> <li><a href="sub menu link here">sub menu NAME here 2</a></li> </ul> </li> {end:}
__________________
X-Cart 5 Business
none
Reply With Quote