magento
현재 사용자 가져 오기
수색…
현재 관리자 권한 얻기
Mage::getSingleton('admin/session')->getUser();
현재 고객 확보
Mage::helper('customer')->getCustomer();
또는
Mage::getSingleton('customer/session')->getCustomer();
사용자가 로그인했는지 확인하십시오.
Mage::getSingleton('customer/session')->isLoggedIn()
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow