Magento: 获取客户信息 Get Customer’s Full Name, First Name, Last Name and Email Addres
1. 获取已登录客户信息//Checkifanycustomerisloggedinornot
if(Mage::getSingleton('customer/session')->isLoggedIn()){
//Loadthecustomer'sdata
$customer=Mage::getSingleton('customer/session')->getCustomer();