I just found out:
$this->customer->getFirstName(); $this->customer->getLastName(); $this->customer->getEmail(); $this->customer->getTelephone(); $this->customer->getFax();
etc.
The source code (including other available methods) is located in the system/library/customer.php file.
You can use the methods anywhere.
Hope this helps.
user1438910
source share