View Single Post
  #1  
Old 02-04-2008, 10:22 AM
 
tpl08 tpl08 is offline
 

Newbie
  
Join Date: Feb 2008
Posts: 3
 

Default anonymous usernames

i'm using a simple call to show a user is logged in.

Quote:
{$login} {$lng.txt_logged_in}

If it's an anonymous user during checkout I get

Quote:
anonymous-11 is logged in

how can i prevent this ?

i'm guessing an if statement lik

Quote:
{if $anonymous_login eq ""}
__________________
X-Cart version 4.1.9
Reply With Quote