View Single Post
  #3  
Old 01-31-2005, 07:32 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default

I have finally implemented this on my site. So you can see an example of what you can do with this simple mod there. (http://www.bcsengineering.com/store/catalog)

Here's the exact code for on my site (notice the part set off in the middle is the new part):

Code:
if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} {if $categories[cat_num].order_by eq 0} {$lng.lbl_heading1} {elseif $categories[cat_num].order_by eq 80} {$lng.lbl_heading2} {elseif $categories[cat_num].order_by eq 90} {$lng.lbl_heading3} {elseif $categories[cat_num].order_by eq 150} {$lng.lbl_heading4} {/if} <font class=CategoriesList>{$categories[cat_num].category_name}</font> {/section}

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote