Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    40
    Plugin Contributions
    0

    Default Empty Shopping Cart

    When you have an empty shopping cart and you click "Shopping Cart" link/button it will go to a page that says "Your shopping cart is empty" and below that it says "New Products for *month" and I dont want that to be there. How would I remove it?

  2. #2
    Join Date
    Dec 2004
    Location
    New York, USA
    Posts
    1,198
    Plugin Contributions
    0

    Default Re: Empty Shopping Cart

    ZC Version 1.3.6 = > There is an admin switch for this.
    Admin->Configuration->Stock


    For ZC <= v1.3.5
    Make your template override copy of
    includes/templates/default_template/templates/tpl_shopping_cart_default.php

    to: includes/templates/<your-template>/templates/tpl_shopping_cart_default.php

    Then look for:
    Code:
    <?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    you can simply comment out the code by adding 2 forward slashes after the ?php
    Code:
    <?php // require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>

 

 

Similar Threads

  1. Replies: 5
    Last Post: 21 Apr 2013, 11:37 PM
  2. Shopping Cart is Empty
    By stride-r in forum Installing on a Windows Server
    Replies: 6
    Last Post: 21 Sep 2010, 03:39 AM
  3. Shopping Cart is empty
    By themadhattermd in forum General Questions
    Replies: 22
    Last Post: 27 Jun 2010, 07:57 PM
  4. Shopping cart is empty!
    By accension in forum General Questions
    Replies: 3
    Last Post: 10 May 2009, 08:40 AM
  5. 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

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