View Single Post
  #1  
Old 09-19-2007, 11:06 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Category description

I am working on a store that has several categories with sub cats. When the root cat is clicked it brings up the first sub cats. I would like to put the category description on this page also. Any suggestions?

I played around with this but can't figure it out....

{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if}

This gets the first letter of the category to show up...
<td class="SubcatTitle"><a href="home.php?cat={ $subcat.categoryid }" class="ItemsList"><font>{ $subcat.category|escape }</font></a><br />{$subcat.category.description}</td>
__________________
xcart 5.1.2
Reply With Quote