View Single Post
  #4  
Old 07-25-2006, 12:55 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

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
Reply With Quote