Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2005
    Posts
    38
    Plugin Contributions
    0

    Default Your Shopping Cart is empty

    In my empty shopping cart it shows New Products For Month.

    Not only that but it has each item listed twice.

    How do I remove this feature all together?

    Thanks

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Your Shopping Cart is empty

    Have you an URL that we can peek at?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Your Shopping Cart is empty

    Note: rather than a dead white page on an empty shopping cart page ... where technically should not get to unless your session times out there is code in the tpl_ file to show something on the page ...

    You can use your templates and overrides to change that ... but consider the alternative or boredom for your customers ...

    Might also add more text to the define so the customer understands what happened ...

    Code:
    <?php
      } else {
    ?>
    
    <h2 id="cartEmptyText"><?php echo TEXT_CART_EMPTY; ?></h2>
    
    <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
    
    <?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>
    
    <?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    
    <?php
      }
    ?>
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Jul 2005
    Posts
    38
    Plugin Contributions
    0

    Default Re: Your Shopping Cart is empty

    Quote Originally Posted by Ajeh
    Have you an URL that we can peek at?

    Sure!

    http://payment.youarewhatyoueat.com...._cart&sort=20a

    But I just noticed it is fine in IE but not in Firefox.

    ....and it needs to be fine in both.

    Thanks

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Your Shopping Cart is empty

    Look the same to me ... clear out your browser cache ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Your Shopping Cart is empty.
    By saitomedia in forum General Questions
    Replies: 29
    Last Post: 9 Sep 2010, 04:04 PM
  2. 'Your Shopping Cart is Empty'
    By jeffory23 in forum Basic Configuration
    Replies: 6
    Last Post: 28 Aug 2009, 10:30 PM
  3. forgetting shopping cart contacts 'your shopping cart is empty'
    By vandiermen in forum Installing on a Linux/Unix Server
    Replies: 15
    Last Post: 28 Apr 2009, 11:13 AM
  4. Your Shopping Cart is Empty
    By zoekool in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Dec 2007, 09:57 AM
  5. Your Shopping Cart is empty.
    By faris in forum General Questions
    Replies: 22
    Last Post: 28 Nov 2006, 03:43 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