Sanjeev Naroliya Posted June 12, 2014 Share Posted June 12, 2014 I am using the following codeif (!$this->context->customer->isLogged() && $this->php_self != 'authentication' && $this->php_self != 'password') { Tools::redirect('index.php?controller=authentication&back=enquiry'); }Its goes to login page, the login form also have "back" hidden field which have "enquiry" as value but its not redirecting it to "enquiry" page, its always redirecting to "my-account" page only.Whats wrong there?Any help will be highly appreciated. Link to comment Share on other sites More sharing options...
Sanjeev Naroliya Posted June 13, 2014 Author Share Posted June 13, 2014 any one? Link to comment Share on other sites More sharing options...
Recommended Posts