Kryptronic Software Support Forum

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.

#1 02-26-2012 19:55:36

jensme
Member
Registered: 04-29-2010
Posts: 392

Change customer login landing page

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

 

#2 02-27-2012 08:55:07

salesdesk
Member
Registered: 07-03-2008
Posts: 147

Re: Change customer login landing page

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

 

#3 02-27-2012 09:18:56

jensme
Member
Registered: 04-29-2010
Posts: 392

Re: Change customer login landing page

I think I love you.  Thanks!

Offline

 

#4 02-28-2012 12:19:01

salesdesk
Member
Registered: 07-03-2008
Posts: 147

Re: Change customer login landing page

I know I love me.  <g>

Offline

 

Board footer