Zen Cart Logo

Empty Shopping Cart

Locked

Views: 1,539

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Feb 2007, 5:11 AM
#1
john9 avatar

john9

New Zenner

Join Date:
Feb 2007
Posts:
40
Plugin Contributions:
0

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?

27 Feb 2007, 3:27 PM
#2
lib99 avatar

lib99

Totally Zenned

Join Date:
Dec 2004
Location:
New York, USA
Posts:
965
Plugin Contributions:
0

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:

<?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

<?php // require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>