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

How this is done? "Seperator" in category menu?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-26-2003, 09:20 AM
  JeffQuestad's Avatar 
JeffQuestad JeffQuestad is offline
 

Advanced Member
  
Join Date: Sep 2003
Posts: 33
 

Default How this is done? "Seperator" in category menu?

At this site http://www.aerotrends.com/store/customer/home.php which is done in X-Cart, the items in the catogories are seemingly separated by a little HR.

Can anyone tell me how that is done? Can I modify the CSS file or is there more to it that that?
Reply With Quote
  #2  
Old 09-26-2003, 11:33 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

They have done this using an image.

Put in:

[img]{$ImagesDir}/separator.gif[/img]


at the end of the display category line in categories.tpl so that it appears as:

Code:
{* $Id: categories.tpl,v 1.18 2003/02/25 08:58:46 olga Exp $ *} {capture name=menu} {if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} <font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font> [img]{$ImagesDir}/separator.gif[/img] {/section} {else} {section name=cat_num loop=$subcategories} <font class=CategoriesList>{ $subcategories[cat_num].category_name|escape }</font> {/section} {/if} {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu }
__________________
ex x-cart guru
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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:25 PM.

   

 
X-Cart forums © 2001-2020