Magento : How to get customer detail by customer Id
February 27, 2011 | In: Magento
If customer is logged in on site and you want to get all information of that customer then you can get by below script: if( $customer = Mage::getSingleton('customer/session')->isLoggedIn()) { $customerData =...