I wrote my own page, saying client.php. I used
Code:
require $xcart_dir."/include/security.php";
in the file and so it can be accessed only after user's login. If user hits the page before login, X-cart directs user to error_message.php?access_denied&id=37. I added the Authentication box onto the error_message.php page. But after the user login successfully using the box, X-cart directs user to home.php. How can I change that and direct user back to my own page client.php?
Thanks a lot.
Jeff