View Single Post
  #98  
Old 02-21-2007, 01:53 PM
  chris2002's Avatar 
chris2002 chris2002 is offline
 

Advanced Member
  
Join Date: Mar 2006
Location: French Polynesia
Posts: 30
 

Default Re: Categories Menu - Showing Subcategories

Hi,

Yes you're right MallRomania, I foget to add variable in skin1/customer/categorie.tpl

Add this line were you need to show the subategorie

{assign var=in value=$c.categoryid}
{foreach from=$allsubcategories.$in item=c }

and then the link of your subcategorie (you modify it to fit your template)

<a href="home.php?cat={$c.categoryid}" class="CategoriesList3">{$c.category}<br></a>
__________________
Chris
----------------------------------------
X-Cart Gold 4.1.xx / 4.2.xx
Need some Help in french
Webdesign or else.
----------------------------------------
Reply With Quote