I’m trying to have the customer’s phone number show under the customer account information section. I know the phone number belongs to the customer address section but I’m t
isLoggedIn()) {
$customer = Mage::getSingleton('customer/session')->getCustomer();
$customerName = $customer->getName();
// like that you can access all other attributes
}
?>