Zoeken…


Download huidige beheerdersgebruiker

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

Ontvang huidige klant

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

of

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

Controleer of de gebruiker is ingelogd

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


Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow