ThisSmart Posted August 9, 2017 Share Posted August 9, 2017 Добрый день! У меня версия PrestaShop 1.6.1.1. Как сделать так, чтобы при входе в аккаунт клиента перебрасывало на главную страницу сайта, а не на страницу /my-account? Link to comment Share on other sites More sharing options...
ThisSmart Posted August 9, 2017 Author Share Posted August 9, 2017 Это надо в AuthController.php который находится в папке controllers/front меняете строка 321: Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? urlencode($this->authRedirection) : 'my-account')); // на Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? urlencode($this->authRedirection) : 'index')); Спасибо за ответ. Буду пробовать. Link to comment Share on other sites More sharing options...
ThisSmart Posted August 10, 2017 Author Share Posted August 10, 2017 Добрый день! У меня в PrestaShop 1.6.1.1 эта строка не 321, у меня таких строк три: 48, 490 и 667. Пробовал в каждой из этих строчек поочередно менять 'my-account' на 'index', также чистил кеш с принудительной перекомпиляцией и без, но никаких результатов это не дало, по прежнему при входе в аккаунт перебрасывает на my-account, а не на index. В чём ещё может быть дело? Link to comment Share on other sites More sharing options...
olkuznw Posted August 24, 2017 Share Posted August 24, 2017 (edited) Проверте, что AuthController.php у вас не переопределен. Вам следует поправить строку с редиректом в методе processSubmitLogin как было сказано выше. И еще проверьте ссылку для логина, может быть там есть параметр back=my-account Edited August 24, 2017 by olkuznw (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now