View Single Post
  #6  
Old 12-05-2007, 12:08 AM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default Re: Show sub-categories in 'Categories' menu-box

Quote:
Originally Posted by jasonroy
yeah, the original categories.tpl has nothing like this. He posted the original the same as the replace with. Instead, maybe you can post your entire categories.tpl
file?

I tinkered with it and never got it working

Here is my full shopcart/skin1/customer/categories.tpl code

Code:
{* $Id: categories.tpl,v 1.26 2005/11/17 06:55:37 max Exp $ *} {capture name=menu} {if $active_modules.Fancy_Categories ne ""} {include file="modules/Fancy_Categories/categories.tpl"} {assign var="fc_cellpadding" value="0"} {else} <table cellpadding="0" cellspacing="0" width="100%"> {if $config.General.root_categories eq "Y"} {assign var="_categories" value=$categories} {else} {assign var="_categories" value=$subcategories} {/if} {foreach from=$_categories key=catid item=c name="cats"} <tr style="CURSOR: pointer;" class="MenuItemOff" {if $js_enabled}onmouseover="ShowMenyItem(this,'On'); MM_swapImage('cat_img{$catid}','','{if $full_url}{$http_host}{$ImagesDir|replace:"..":""}{else}{$ImagesDir}{/if}/custom/cat_itemon{cycle name='on_images' values='8,1,2,3,4,5,6,7'}.gif',1)" onmouseout="ShowMenyItem(this,'Off'); MM_swapImgRestore()"{/if}> <td><img src="{$ImagesDir}/spacer.gif" width="7" height="1" alt="" /></td> <td height="17" nowrap>&nbsp;&nbsp;<img id="cat_img{$catid}" src="{$ImagesDir}/custom/cat_item{cycle values="8,1,2,3,4,5,6,7"}.gif" alt="" class="CatImage" />&nbsp;&nbsp;<a href="home.php?cat={$catid}" class="CategoriesList"><FONT style='padding-left:{$c.indent}px;'>{$c.category}</FONT></a></td> <td><img src="{$ImagesDir}/spacer.gif" width="10" height="1" alt="" /></td> </tr> {if not $smarty.foreach.cats.last} <tr> <td><img src="{$ImagesDir}/spacer.gif" width="7" height="1" alt="" /></td> <td class="VertMenuLine"><img src="{$ImagesDir}/spacer.gif" width="1" height="1" alt="" /></td> <td><img src="{$ImagesDir}/spacer.gif" width="10" height="1" alt="" /></td> </tr> {/if} {/foreach} </table> {/if} <BR /><BR />{/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu cellpadding=$fc_cellpadding menu_style="categories"}
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote