In my store when a sessions expires an click in my account the user is redirect to login page, but i want change this to home.
So, if someone can help me i’m glad. I’ll keep trying to do this, if i found a way i’ll post here.
Thanks.
In my store when a sessions expires an click in my account the user is redirect to login page, but i want change this to home.
So, if someone can help me i’m glad. I’ll keep trying to do this, if i found a way i’ll post here.
Thanks.
ついに答えが見つかりました!
ファイル:app/code/core/mage/custoumer/model/session.php
ライン:266
$action->setRedirectWithCookieCheck(Mage_Customer_Helper_Data::ROUTE_ACCOUNT_LOGIN,
Mage::helper('customer')->getLoginUrlParams()
);
定数を変更するだけですMage_Customer_Helper_Data::ROUTE_ACCOUNT_LOGIN
これで全部です!