X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Display username in head... (https://forum.x-cart.com/showthread.php?t=10688)

Jerrad 12-01-2004 02:27 PM

Display username in head...
 
I want to display the username in the head. But not with a cookie (welcome_back), but only after a customer has logged in.

By copying {$login} and {$lng.txt_logged_in} into the head.tpl i managed to display the username only when customer is logged in. But the {$lng.txt_logged_in} is always visible, even when the customer is not logged in.

And if possible, i like to display the surname and lastname of the customer when he/she is logged in.

I really hope somebody can help.
Many thanks in advance!

shan 12-01-2004 03:21 PM

Code:

{if $login}
{$login} {$lng.txt_logged_in}
{/if}


Jerrad 12-01-2004 11:03 PM

Thanks alot Shan, that works perfectly !!

Any ideas/suggestions if it's possible to display customer's fullname, instead the surname only?

Thanks again!! :D :D :D :D


All times are GMT -8. The time now is 05:38 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.