Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    40
    Plugin Contributions
    0

    Default My log in is actually log off

    Hy there guys. I got zencart 1.3.9h with ZJ Black 2 and my problem with it is: When I click the "Log in button" it's actually wants to log me off from the site how can i make it to go to the create_account page?

    Thank you.

  2. #2
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: My log in is actually log off

    There is some broken and missing code in the head of thaw template so open your template default and then common>tpl_header.php and look for this code

    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if ($_SESSION['customer_id']) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    <?php } } ?>

    copy and then paste it over the code from your tpl_header.php Or better yet choose a different template as that one has issues.

  3. #3
    Join Date
    Sep 2011
    Posts
    40
    Plugin Contributions
    0

    Default Re: My log in is actually log off

    Fixed it, thx a lot.

 

 

Similar Threads

  1. "Log In" "Log off" or main buttons wont enable. Css is disabled..
    By debishandbag in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jan 2011, 01:01 PM
  2. log in and log off?
    By chrismaddox3d in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2010, 04:14 AM
  3. Log off button
    By Andy75 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Dec 2008, 11:08 PM
  4. log OFF my site
    By TheDancingGecko in forum General Questions
    Replies: 6
    Last Post: 15 Sep 2008, 10:52 PM
  5. Customer Log Off
    By silvito in forum General Questions
    Replies: 5
    Last Post: 18 Apr 2007, 09:52 PM

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