Actually let me correct that statement...I'd put the LOGIN in welcome.tpl...people who have already registered don't need to see the reg form again. So do something like this:
{if $login eq ""}
{include file="auth.tpl"}
{else}
{$lng.txt_welcome}
{/if}
That will show them a login screen if they aren't logged in, and the welcome text once they are. If they don't have a login, there is a link to the registration form below the login area.
Yes, the cart will skip registration if someone is already logged in.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
|