You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Right now, when a customer logs in he lands on his contact information. I want to change this to the "Your Account" page. How would I do that?
Offline
Hi Jen,
In the file:
/private/core/CORE_Frontend/ext/accounts.php
At the bottom of the login_proc() function they will see:
$destns = 'accountmaint';
Change to:
$destns = 'accountover';
Have fun and make a mess.
Offline
I know I love me. <g>
Offline