Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用他/她的 customer_id 登录客户。
试试这个代码:
$session = Mage::getSingleton('customer/session'); $session->loginById($customer_id);