johnson Posted May 14, 2019 Share Posted May 14, 2019 Hello Everyone, Please i need a help. I want to disable the new user registration form and redirect the url to contact form page,. I want to create customer account manually. Thanks in advance! Johnson Link to comment Share on other sites More sharing options...
johnson Posted May 14, 2019 Author Share Posted May 14, 2019 Sorry I am using Prestashop 1.7.5.0 Link to comment Share on other sites More sharing options...
tdsoft Posted May 15, 2019 Share Posted May 15, 2019 Open file: controllers\front\AuthController.php Add this line to function: initContent() Tools::redirect('index.php?controller=contact'); Link to comment Share on other sites More sharing options...
johnson Posted May 15, 2019 Author Share Posted May 15, 2019 Hello Tdsoft; Thank you so much for your help, unfortunately for me, it didn't work as expected, rather the login link was completely redirected to contact maybe not well explained. The red highlighted area is for new user account registration. Because i do not want them to register, i want to disable that function and instead of opening the registration form, it will redirect them to contact form. I hope I explain clearly. Thank you in advance! Johnson 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