View Single Post
  #2  
Old 02-03-2006, 01:40 PM
 
balinor balinor is offline
 

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

Default

2 things I would suggest for your site.

First, add icons to your sub-categories and display them in columns instead of one long list. Here the mod to do that:

http://forum.x-cart.com/viewtopic.php?t=5131

Next, you have the ability to add html (images, text, combo of both) to your category description. That will give the page a nice graphical header. You just need to edit this bit of code in customer/main/subcategories.tpl to do that. Replace this:

Code:
{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description|regex_replace:"/[\n]/":" "} {/if}

with this:

Code:
{$current_category.description}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote