View Single Post
  #7  
Old 02-11-2003, 12:26 PM
 
FishBookStore FishBookStore is offline
 

Advanced Member
  
Join Date: Oct 2002
Posts: 58
 

Default

You will need to put an if statement in /customer/home.tpl around { include file="help.tpl" }

Something like (Not sure if this will work)
Quote:
{if $main eq "checkout"}
{ include file="help.tpl" }
{/if}

The help.tpl includes Contact Us and Recover Password Also. If you want those still showing, you will need to copy help.tpl to something like help_checkout.tpl and edit the way you want it. You should need to change the above to if and else statement.
__________________
Regards
Mark

FishBookStore.com
Version (3.3.1) (Not Live)
Reply With Quote