How to remove the virtuemart logo in VM1.1
August 15th, 2008
Removing the image that appears in the Virtuemart cart when there are no products in the cart is possible, but its hidden away in the depths of the Virtuemart code - well almost. I grabbed this tip from the virtuemart forum and think its worth replicating here.
The first step is to navigate to the /components/com_virtuemart/themes/default/templates/common/minicart.tpl.php
and locate and delete the following code:
<a href=”http://virtuemart.net/” target=”_blank”>
<img src=”<?php echo $mm_action_url ?>components/com_virtuemart/shop_image/ps_image/menu_logo.gif” alt=”VirtueMart” width=”80″ border=”0″ /></a>
That will take care of the image and leave only your empty cart text.



