Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    61
    Plugin Contributions
    0

    help question How to disable split-login? I prefer vertical login page.

    First thing I have to mention:
    in my zen-cart admin > confiquration > Use split-login page > already set to false!

    And I have enabled paypal Express check out module.

    The problem is:
    When user's shopping cart is empty, the login page is in normal vertical style.
    While when user's shopping cart is not empty, the login page is in split style. And have a paypal EC button in 'new client' area.

    I don't want split-login anyway.
    So please advise how to disable it.

    Thanks。

  2. #2
    Join Date
    Aug 2005
    Posts
    61
    Plugin Contributions
    0

    Default Re: How to disable split-login? I prefer vertical login page.

    ok, I figured out.

    Just remove a short code from tpl_login_default.php

  3. #3
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: How to disable split-login? I prefer vertical login page.

    I would compare your installation of Zen Cart with a fresh copy - just to make sure that the 'Use split-login page' admin switch isn't broken.
    Last edited by Alex Clarke; 7 Nov 2008 at 12:53 PM.

  4. #4
    Join Date
    Jun 2008
    Posts
    59
    Plugin Contributions
    0

    Default Re: How to disable split-login? I prefer vertical login page.

    To add a bit more meat to the bones of ericgu's solution for anyone else wanting to do the same thing:

    Open tpl_login_default.php in your templates folder.
    Find this part on around row 20:

    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' || $ec_button_enabled) { ?>

    And modify it to this:

    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' ) { ?>

    Once you've done that you're back to your standard non-split login page without any Paypal Express button.

    You can choose the Paypal option from the payment radio buttons on the payment part of the checkout.

    All works fine.

    Simon

  5. #5
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: How to disable split-login? I prefer vertical login page.

    << to expand on the concept of this thread >>

    How to get vertical login, after something is in the cart, but also have the vertical login retain the PPEC button? The code changes so far in this thread will wipe-out the PPEC button while achieving the goal of getting vert login instead of split login, but I'd like to retain the PPEC button as part of the vertical page.

 

 

Similar Threads

  1. v139h How do I get back my Split Login Page?
    By shags38 in forum General Questions
    Replies: 9
    Last Post: 20 Feb 2015, 12:05 AM
  2. Paypal Express Split Login for normal login too
    By NamSingh in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 6 Apr 2010, 03:06 PM
  3. rearrange login and account creation for split login
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jul 2008, 07:45 AM
  4. SSL Seal on Login Page Above Split Panel Login
    By dharma in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Feb 2007, 05:36 AM
  5. Disable Split Login in 1.3.7?
    By aharper78 in forum General Questions
    Replies: 0
    Last Post: 6 Feb 2007, 09:48 AM

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