yours Posted February 24, 2008 Posted February 24, 2008 Hi i need that when i login with user and pass. i re-direct to My account page, currently i am going to home page of catalog. So hows i can.
d4funky1 Posted February 24, 2008 Posted February 24, 2008 what page does it take you to at the moment?
d4funky1 Posted February 24, 2008 Posted February 24, 2008 look for the: tep_redirect(tep_href_link(FILENAME_DEFAULT, '', NONSSL)); function within your login.php file which would take the customer back to the homepage. you should be able to change it to whatever page you wish your customer to land on. Example: tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', NONSSL)); please note to change the NONSSL to SSL should the page you wish your customer to land on be a secure page also whatever name the php file you want the customer to land on must be defined as FILENAME_WHATEVER_PAGE_ETC within the brackets above. also BACKUP BACKUP BACKUP i'm not 100% sure this will work but it worked for me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.