Try the Demo

Magento Forum

   
How can i delete the “my cart” box from the magento entire site? 
 
assoman
Member
 
Avatar
Total Posts:  41
Joined:  2008-02-05
Roma
 

Hy, How can i delete the “my cart” box from the magento entire site?

When i do this, the magento site begin instable?

Thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
tman_f
Sr. Member
 
Total Posts:  85
Joined:  2008-02-12
 

@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

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top