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'); ?>