Views : 3567  |
How to remove the VirtueMart logo from the mini-cart in the module: mod_virtuemart_cart.
This is an example of a nuisance with and easy fix, once you know where to make the change.
Save hours, read on...
You will need to edit a php file:
edit the minicart.tpl.php file which is located in
"components/com_virtuemart/themes/default/templates/common/minicart.tpl.php"
look for this section of code
<a href="<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>
remove those 2 lines (lines 7 & 8) and the image and link will be gone.
|
|
|
Users' Comments  |
|
Average user rating
(0 vote)
|
|
Add your comment
|