New Zenner
- Join Date:
- Dec 2011
- Posts:
- 18
- Plugin Contributions:
- 0
Customer Last Name
HALP!
I'm stuck in a loop here guys. This seems very rudimentary, and I've found a few threads that seem to answer my exact problem, but the code isn't working when I try to implement it.
I want a customer greeting to read:
"Logged in as First name Last name."
I have at the moment:
Logged in as <?php echo zen_output_string_protected($_SESSION['customer_first_name']); ?> <?php echo zen_output_string_protected($_SESSION['customer_last_name']); ?>.
The first name is working, but the last name isn't.
I've checked the modules/pages/login/header_php.php, and last name IS being checked into $_SESSION.
Sorry to ask a dumb question, but I've been failing for hours.
-Chris