Magento · April 26, 2015 0

Magento: how to hide cart icon from top

edit following file
/app/design/frontend/themepkg/theme/template/checkout/cart/mini.phtml
example
/app/design/frontend/default/default/template/checkout/cart/mini.phtml

and comment out all code in the file or put

<?php if (0): ?>

at beginning and

<?php endif; ?>

at end of file