Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    5
    Plugin Contributions
    0

    Default Successfull Login Page Change

    Wwhen a customer successfully logs into my site they are taken here:
    http://mpholdings.brinkster.net/zencart/

    I want them to be taken here:
    http://mpholdings.brinkster.net/zenc...=index&cPath=1

    How and where do I change the page a person is sent to once they have successfully logged in to the cart?

    Thanks in advance.

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Successfull Login Page Change

    In includes/modules/pages/login/header_php.php, replace both of these lines (103 & 105):
    Code:
            zen_redirect($origin_href);
    
            zen_redirect(zen_href_link(FILENAME_DEFAULT));
    with this:
    Code:
            zen_redirect(zen_href_link(FILENAME_DEFAULT,'cPath=1'));
    Note that if someone adds a product to their cart, proceeds to checkout, then logs in, they'll still be taken to that page .... then they'll have to find their way back to the checkout process....

    BrandTim

 

 

Similar Threads

  1. v138a change words on login page
    By osram in forum General Questions
    Replies: 6
    Last Post: 27 Aug 2012, 12:41 PM
  2. Change login page
    By kobra8 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Jan 2012, 09:21 PM
  3. Log off button missing on checkout successfull page
    By DML73 in forum General Questions
    Replies: 5
    Last Post: 13 Mar 2008, 04:31 AM
  4. Change logo, sales message, and successfull inatall notice
    By brasto in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 Nov 2007, 08:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR