
Originally Posted by
Website Rob
Another option is to edit: includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
change
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
to read
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'shopping_cart')) ) {
$flag_disable_banner = true;
}
Note: this will disable Banners on the Shopping Cart page regardless of whether something is in the cart or not.