You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the Inchoo_LoginAsCustomer to login under a certain user account from the backend. This extension always redirects it back to the login page without logging the user in. I've found where it goes wrong and fixed it by changing line 104 in Model/Observer.php from;
if ($oB2BCustomerHelper->isLoginRequired() == true && !$oB2BCustomerHelper->isCustomerLoggedIn()) {
We use the Inchoo_LoginAsCustomer to login under a certain user account from the backend. This extension always redirects it back to the login page without logging the user in. I've found where it goes wrong and fixed it by changing line 104 in Model/Observer.php from;
to;