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 ""}
|