サーチ…


現在の管理ユーザーを取得する

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