View Single Post
  #2  
Old 03-28-2005, 10:12 AM
 
Multitoolstore Multitoolstore is offline
 

Member
  
Join Date: Feb 2004
Posts: 26
 

Default

Hi,

Just add the lines below to home.tpl where ever you want the featured items displayed, i put mine under the line {include file="customer/home_main.tpl"}

Code:
{if $main eq "catalog" and $current_category.category eq ""} {include file="customer/main/featured.tpl"} {/if}

Hope that helps

Cheers
John
__________________
X-Cart 4.0.17
PHP 4.3.10
MYSQL 3.23.54
Reply With Quote