|
@assoman:
This would be handled in the layout files. In app/design/frontend/default/default/layout/checkout.xml find the following on or around line 41:
<reference name="right"> <block type="checkout/cart_sidebar" name="cart_sidebar" before="-" template="checkout/cart/sidebar.phtml"/> </reference>
Simply comment this out like this:
<!-- <reference name="right"> <block type="checkout/cart_sidebar" name="cart_sidebar" before="-" template="checkout/cart/sidebar.phtml"/> </reference> -->
or delete it altogether.
That should do the trick.
good luck
|