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.