View Single Post
  #2  
Old 06-22-2005, 01:10 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default

Hi,

believe you need something like this:

{if $main eq "catalog" and $current_category.category eq ""}
STUFF FOR HOME PAGE HERE
{else}
STUFF FOR OTHER PAGES HERE
{/if}

put this on customer/home.tpl

For example this:
{if $main eq "catalog" and $current_category.category eq ""}
{else}
{include file="location.tpl"}
{/if}

removes the location bar from the home page.

I think this will work; try searching the forum for something like that if you want some more info on it, but I think that will get you in the right direction.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote