-->

How To Remove Virtuemart Logo In Empty Cart Module

Virtuemart is free Joomla component for e-commerce purpose, ie; for build online store. Virtuemart bundled is comes with many modules One of them is Cart Module. Cart module is very useful for showing and all at once calculating total customer expenses. But, when the cart is empty, it will shown Virtuemart logo with linking into Virtuemart.


When the cart is empty, and showing Virtuemart logo with link to them, that can confusing your customer. I know this is an open source, but i think when we had to put virtuemart link into footer thats enough to show our appreciate to virtuemart, otherwise the logo in the empty cart is confusing.



Here are step to remove logo with link in empty cart module.

First, go to this file and open in editor:
+[show]


Then find this on line 7 and 8:
+[show]
You can just remove that, or modify so your own logo and link will appear.

After that, save and close, then your empty cart will not shown Virtuemart logo again.

Download This Modification File


Related posts:

  1. Problem Solving: Images Not Showing In Virtuemart
  2. How To Manage Virtuemart Admin From Joomla Frontend
  3. Error While Installing Joomla Module, Component, Template
  4. How To Showing All Content Items On Joomla 1.0.xx RSS / Syndication
  5. Joomla


Share To Facebook | Tweet This


 
  • sunil

    hi very good information thank u

  • JOSE

    thanx a lot, it was very helpful

  • Subhash

    thanks dear
    nice and clear

  • http://www.colourmirror.com Elvis

    That information is not complete. Which file? module doesn’t have any file like that.

  • http://ninoholic.com El Nino

    @Elvis:
    did’nt you see these file on your Virtuemart?
    /components/com_virtuemart/themes/default/templates/common/minicart.tpl.php

    are you sure you have Virtuemart installed?

  • Doogie

    Great job. Thanks.

  • simos

    Hello,
    VirtueMart is licensed under the GNU/GPL that allows you to modify just what you like in the script.
    You can also turn off the Logo display in the shop configuration.
    Consider a donation for the author please when you disable that.

  • Björn

    I left the picture there, because most people think it leads to their cart. I just changed the link to:
    href=”/index.php?page=shop.cart&option=com_virtuemart&Itemid=53″

    So people can still click on it and get to their shopping cart. ;)

  • http://www.newworlddesigns.co.uk Ian

    This is a “hack” to the core system and a VERY poor way to do this.

    Using a CSS hide method doesn’t remove the image, it just hides it and prevents browsers from displaying it. So the developers at VM still get the return link back (which they rightly deserve) as Google still sees the link and image.

    This way is a hack, every time you update the VM component, it will overwrite the hack and you will have to log back in and re-edit the file. The CSS hide script (like this http://www.newworlddesigns.co.uk/blog/removing-hiding-the-virtuemart-logo-from-an-empty-cart-module), means you never have to update the hack again, as it just hides that image.

    Ian

  • http://www.pcnetworks.gr κατασκευή ιστοσελίδων – PCNW

    Nice tip!
    I was searching for this link for 2 hours …
    Thanks

-->