Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default split login problems

    In admin it is set to NOT show the split login and when using the log in button/link it works like it should....YAY

    However when you click the add to cart button, then the checkout button you end up at the split log-in screen.

    How to get that button to not go to the non split screen but go to the regular login screen with the new account form below it.

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: split login problems

    I've reviewed your site, the 'log in' button loads to the split login page using the admin switch:
    /market/index.php?main_page=login - correctly.

    After adding products to the cart, the checkout page is being directed to the same:
    /market/index.php?main_page=login - correctly.

    The code looks like this:
    Code:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT); ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
    The Fix:
    If you were to change the link location on the checkout button to the one being used for your 'register' button, the create account page will load:
    /market/index.php?main_page=create_account the way you are requesting.

    The code looks like this:
    Code:
    <?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT, 'name="registrationButton"'); ?></div>
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  3. #3
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: split login problems

    Thanks Twitch, I will store this away for when I get tired of the way again...LOL Kind of grew used to it.

    Happy Christmas EVE and a Very Merry Christmas and Happy New Year to you and yours.
    Blessed be

 

 

Similar Threads

  1. How to disable split-login? I prefer vertical login page.
    By ericgu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jan 2011, 09:14 PM
  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. problems with split login
    By erezw in forum Basic Configuration
    Replies: 2
    Last Post: 30 Dec 2007, 08:42 AM
  5. 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

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