使用magento中的客户ID登录客户

时间:2012-09-26 04:08:28

标签: magento login

我想使用他/她的customer_id登录客户。

1 个答案:

答案 0 :(得分:7)

试试这段代码:

$session = Mage::getSingleton('customer/session');
$session->loginById($customer_id);