nairbef17 Posted August 15, 2019 Share Posted August 15, 2019 when the customer login and register i want redirect the customer to page price drop, How can edit the redirect to another page after login in prestashop 1.7? Link to comment Share on other sites More sharing options...
nairbef17 Posted August 16, 2019 Author Share Posted August 16, 2019 i resolve this problem to make redirect after login in prestashop 1.7 just open the folder.... controllers\front\MyAccountController.php and edit public $authRedirection = 'my-account'; Note: change my-account to url page you want example 'prices-drop' 😀😀 1 Link to comment Share on other sites More sharing options...
Sergio Posted April 12, 2021 Share Posted April 12, 2021 On 8/16/2019 at 8:30 AM, nairbef17 said: i resolve this problem to make redirect after login in prestashop 1.7 just open the folder.... controllers\front\MyAccountController.php and edit public $authRedirection = 'my-account'; Note: change my-account to url page you want example 'prices-drop' 😀😀 The same on 1.6.1.24 - just "index" - Thank you Link to comment Share on other sites More sharing options...
w3bsolutions Posted May 27, 2021 Share Posted May 27, 2021 Or you can just use this free module: 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