Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Checkout w/Empty Cart

    Quote Originally Posted by lankeeyankee View Post
    I just uploaded it to a live test server to try it out, thinking that maybe it was a quirk with the xampp home server. I found out that it only did it on my local test site if I was logged in as a user, it was fine if not logged in. I went to your test site and registered and tried to checkout without anything in the cart and it displayed the time out page normally. So I thought, well it must be a funny xampp server issue. But, on my live test site hosted on a remote server it does the same thing. Go to www.globalcustomdrums.com and log in as mattlong AT example DOT com password: password then click the checkout link in the header and tell me what happened. Maybe it's some weird quirk on my browsers? It does the same thing in IE7 and FF2.0.0.2.

    Matt
    I promise, you are missing a </div>, like I mentioned before. It's an error in zen cart, I even posted it in the zen cart bug report section a while back.

    Open up templates/tpl_time_out_default.php, and change this:

    <h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
    <div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
    <?php
    } else {
    ?>

    to this:
    <h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
    <div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
    </div>
    <?php
    } else {
    ?>

    I guess I should include this file in the template, since 1.3.7 has this bug.

  2. #2
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Checkout w/Empty Cart

    Quote Originally Posted by jettrue View Post
    I promise, you are missing a </div>, like I mentioned before. It's an error in zen cart, I even posted it in the zen cart bug report section a while back.

    Open up templates/tpl_time_out_default.php, and change this:

    <h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
    <div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
    <?php
    } else {
    ?>

    to this:
    <h1 id="timeoutDefaultHeading"><?php echo HEADING_TITLE_LOGGED_IN; ?></h1>
    <div id="timeoutDefaultContent" class="content"><?php echo TEXT_INFORMATION_LOGGED_IN; ?></div>
    </div>
    <?php
    } else {
    ?>

    I guess I should include this file in the template, since 1.3.7 has this bug.
    Hi Jade,

    Thanks for correcting me! I guess I should have looked a little closer at the code when I checked it the other day, I totally missed the fact that there is a <div> missing it's </div> even though I looked at it several times over. Problem now solved! Thanks again for your help.

    Matt

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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