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:
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!