Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

"Sticky" Category and Subcategory menus

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-02-2005, 01:17 PM
 
malestro malestro is offline
 

Newbie
  
Join Date: Dec 2005
Posts: 1
 

Default "Sticky" Category and Subcategory menus

Hello,

I'm trying to find a mod to catalog.tpl that let's me have a persistent menu with categories & subcategories -- and when clicking on a product. The stock version which uses config.General.root_categories eq "Y", only shows 1st tier categories.

My first attempt (below) shows first level, and the "current" level, but loses the subcategory detail when you click on any product within the last category.


=============================================
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *}
{capture name=menu}
{if $active_modules.Fancy_Categories ne ""}
{include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"}
{else}
{if $config.General.root_categories eq "Y"}

{*primary*}
{section name=cat_num loop=$categories}
<FONT class="CategoriesList">{$categories[cat_num].category}</FONT>

{section name=position loop=$location}
{if $location[position].0 eq $categories[cat_num].category }

{*secondary*}
{if $cat ne 0}
{section name=subcat_num loop=$subcategories}
<FONT class="CategoriesList">{$subcategories[subcat_num].category}</FONT>

{/section}
{/if}
{/if

{/section}
{/section}
{/if}
{/if}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu }

=============================================
Any thoughts?
__________________
-: Life\'s too short for bad coffee :-
Reply With Quote
  #2  
Old 12-02-2005, 02:54 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Tons of mods in the Custom Mods forum for stuff like this.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:42 AM.

   

 
X-Cart forums © 2001-2020