customer information | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Tue, 16 Nov 2010 11:50:53 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 How to get the loggedin user information in magento https://www.naveenos.com/2010/11/how-to-get-the-loggedin-user-information-in-magento https://www.naveenos.com/2010/11/how-to-get-the-loggedin-user-information-in-magento#comments Tue, 16 Nov 2010 11:48:57 +0000 http://naveenos.com/?p=257 In most cases we need to get the current logged in user information like his/her email address, Id, any other attributes value. then we can get this by below code : //Customer Email Mage::getSingleton('customer/session')->getCustomer()->getEmail()); // Customer First name Mage::getSingleton('customer/session')->getCustomer()->getFirstName()); And also we can find the custom attribute values. Tweet This Post

The post How to get the loggedin user information in magento first appeared on naveenOS.]]>
https://www.naveenos.com/2010/11/how-to-get-the-loggedin-user-information-in-magento/feed 5