0

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.

4

1 に答える 1

2

ついに答えが見つかりました!

ファイル: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

これで全部です!

于 2012-09-04T19:45:15.170 に答える