New Zenner
- Join Date:
- Feb 2008
- Posts:
- 15
- Plugin Contributions:
- 0
Getting Customer Name & Email Via PHP
Can someone tell me how to access a customer's name and email address via PHP on the checkout success page? I can't seem to figure it out.... I've tried:
echo $account->fields['customers_lastname'];
-and-
echo $account->fields['customers_email_address'];
But these are obviously wrong. I've looked around in the code for another way / place they are stored, but can't find it.
Any help would be appreciated. Thanks........