View Single Post
  #1  
Old 02-20-2005, 02:33 PM
 
Jerrad Jerrad is offline
 

X-Adept
  
Join Date: Nov 2004
Location: The Netherlands
Posts: 484
 

Default Displaying customer's name & email in send-to-friend...

In send-to-friend I'm trying to display the name and email from a customer when he is logged in.
So that he/she only has to submit the friends email.

So far I only managed to display the customers name with:
Code:
{$name.firstname} {$name.lastname}


But I'm having big troubles with displaying the customers email.
I've tried it with:
Code:
{$userinfo.email}


No doubt I'm even close to the solution, and that's why I hope
that somebody can help me with this.

Thanks in advance!
__________________
X-Cart 4.0.12
Heavy modified with paid, free and forum mods.
PHP 5.2.5 | MYSQL 5.0.51a
Reply With Quote