Thread: Newest Products
View Single Post
  #176  
Old 07-04-2007, 07:04 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: Newest Products

How do I get this to show in Categories. I add this to the categories.tpl
I am using this code
Only the word New Products show with no link

{capture name=menu}
{if $active_modules.Fancy_Categories ne ""}
{include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"}
{else}
{if $main eq "newproducts"}New Products<HR size="1" noshade class="CateMenuHr">
{else}
New Products<HR size="1" noshade class="CateMenuHr">
{/if}
{if $config.General.root_categories eq "Y"}
{section name=cat_num loop=$categories}
__________________
yages
x-cart version 4.5.5
Reply With Quote