Jump to content

Back to the index page after registration


juanpr

Recommended Posts

Actually, it should be redirected to the customer account page. To customize it, you have to amend the authcontroller.php file, specifically where you find

Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? urlencode($this->authRedirection) : 'my-account'));

and just leave index.php

Link to comment
Share on other sites

Actually, it should be redirected to the customer account page. To customize it, you have to amend the authcontroller.php file, specifically where you find

Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? urlencode($this->authRedirection) : 'my-account'));

and just leave index.php

 

 

Thanks !! , it worked, I changed all the lines with that command and perfect

Link to comment
Share on other sites

×
×
  • Create New...