magento
Uzyskaj aktualnego użytkownika
Szukaj…
Uzyskaj aktualnego administratora
Mage::getSingleton('admin/session')->getUser();
Uzyskaj aktualnego klienta
Mage::helper('customer')->getCustomer();
lub
Mage::getSingleton('customer/session')->getCustomer();
Sprawdź, czy użytkownik jest zalogowany
Mage::getSingleton('customer/session')->isLoggedIn()
Modified text is an extract of the original Stack Overflow Documentation
Licencjonowany na podstawie CC BY-SA 3.0
Nie związany z Stack Overflow