Get current User

Other topics

Get current Admin User

Mage::getSingleton('admin/session')->getUser();

Get current Customer

Mage::helper('customer')->getCustomer();

or

Mage::getSingleton('customer/session')->getCustomer();

Check if user is logged in

Mage::getSingleton('customer/session')->isLoggedIn()

Contributors

Topic Id: 2157

Example Ids: 7059,7060,25184

This site is not affiliated with any of the contributors.