KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: paulh on April 15, 2009, 04:23:16 pm

Title: Change forward after log in
Post by: paulh on April 15, 2009, 04:23:16 pm
It seems after the user is logged in he is taken to the MyAccount page. I would like to change it so that if the user is logging in after clicking on checkout it goes to CheckoutDelivery and if they are logging in after clicking My Account then it goes to MyAccount.

Can you give me an idea which actions I should customize - struts-config.xml???

Thanks
Title: Re: Change forward after log in
Post by: paulh on April 15, 2009, 06:41:39 pm
worked it out

kkAppEng.setForwardAfterLogin("CheckoutDelivery");