How to get the customer login name in CustomerNavigationBar.dtl?

I want to create a link in CustomerNavigationBar to post the customer's login id to my webpagebut i cannot get the UserLogin environment in the dtl file. I've added the following line to the original CustomerNavigationBar.dtl but it doesn't convert $Env("UserLogin") to customer's login id. my site</a> How can i fix this problem? Thanks Chris _________________________________________________________ 最新鈴聲推介:十面埋伏,千金,心淡... http://ringtone.yahoo.com.hk

Hi Chris, On Mon, Jul 14, 2003 at 03:29:23PM +0800, Chris Wong wrote:
I want to create a link in CustomerNavigationBar to post the customer's login id to my webpagebut i cannot get the UserLogin environment in the dtl file.
I've added the following line to the original CustomerNavigationBar.dtl but it doesn't convert $Env("UserLogin") to customer's login id.
How can i fix this problem?
Try: $Env{"UserLogin"} -=> {} not ()
Thanks Chris
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.
participants (2)
-
Chris Wong
-
Martin Edenhofer