View Single Post
  #1  
Old 09-26-2005, 02:04 PM
 
aschedler aschedler is offline
 

Newbie
  
Join Date: Sep 2005
Posts: 2
 

Default Changing the listed variables in subdirectories.tpl

Hello,

First of all, this is easily the best cart that I've worked with so far; my hat's off to the developers.

Second, I'm fairly new to the naming conventions in Smarty for variables, so forgive me if this is a stupid question. I'm trying to replace a variable in the subcategories.tpl, which currently lists the subcategories' titles.

variable:
Code:
{ $subcat.category|escape }

context:
Code:
<TD align="left" nowrap width="95%"><FONT class="ItemsList">{ $subcat.category|escape }</FONT> </TD>

Rather than it pulling the variable for the subcategory's title, I'm looking for whatever variable would reference the subcategory's description (either long or short would be fine). Thanks very much in advance for your assistance.

a.schedler | asd labs, inc.
__________________
Version 4.0.16
Reply With Quote