Getting things
Get the current user/client/customer in Magento
That’s easy: Mage::getSingleton(‘admin/session’)->getUser(); Take a look at this stackoverflow question.
That’s easy: Mage::getSingleton(‘admin/session’)->getUser(); Take a look at this stackoverflow question.