View Single Post
  #2  
Old 11-07-2019, 12:12 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Redirecting a customer to a custom page after login, depending on parameter

First make sure this function is fit when someone logs in.
Then dump the Request so you can see what's being passed on.
Then make sure that - $this->performLogin() - is not doing the redirect - in that case your code below will not run.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote