View Single Post
  #2  
Old 02-13-2006, 06:09 PM
 
balinor balinor is offline
 

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

Default

Open up welcome.tpl and use an {if} statement to differentiate between logged in and not logged in customers:

{if $login eq ""}

Display non logged in text

{else}

Display logged in text

{/if}

You can of course use html in place of the text or whatever else you want in there.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote