schoolboy:
You will have to create a TPL set that is specific to the shopping cart page only.
-
I trust you have a custom template?
-
Create this folder (in the path shown)...
includes/templates/CUSTOM/shopping_cart/
-
Inside that folder, put a COPY of tpl_main_page.php (the original is in the common folder.)
-
Comment out the bit shown below:
<!-- bof breadcrumb -->
<!--<?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
<div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
<?php } ?>
-->
<!-- eof breadcrumb -->
> Save the file.
By creating a **FOLDER** with the same name as a given **PAGE NAME**, you create an OVERRIDE that is specific to THAT page. The procedure I have given above shows how it is done.
As you proceed through checkout, look in your browser address bar...
The page after **shopping_cart** is **checkout_shipping**, followed by **checkout_payment**, followed by **checkout_success**.
Create additional folders:-
**checkout_shipping
checkout_payment
checkout_success**
And then put COPIES of the TPL file you created earlier into these folders.
*
PS: It's rude to bump posts! *