cart virtuemart logo

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Jun 18, 2010 11:12 am
when i click on an empty 'cart' i see a virtuemart logo, is it possible to remove this image? where do i start to search to remove this? is it entered somewhere in the language files?

regards, Geert
User avatar
Fresh Boarder

teitbite
Mon Jun 21, 2010 1:08 pm
Hi

Pleas add this code at the end of template.css file:

Code: Select all
.gk_popup_wrap .vmCartModule a img {
display:none;
}
User avatar
Moderator

GK User
Mon Oct 25, 2010 6:30 pm
Thank you. Fixed it.
User avatar
Fresh Boarder

GK User
Fri Nov 05, 2010 6:20 am
I switched the image to our store's image, but the link remains "http://virtuemart.net" - can you tell me where to find the link so I can change it?
User avatar
Fresh Boarder

teitbite
Sat Nov 06, 2010 1:19 pm
Hi

This is coming from the module You have placed in "cart" position. So You need to look it inside this module.
User avatar
Moderator

GK User
Mon Nov 15, 2010 1:59 am
I found this solution in this forum and am applying this solution, but i could not find the link in the code anywhere in the "mod_virtuemart_cart.php" which is the module in cart position. Is the virtuemart.net link located elsewhere?

Thank you
User avatar
Fresh Boarder

GK User
Mon Nov 15, 2010 2:35 am
forrestt wrote:
I found this solution in this forum and am applying this solution, but i could not find the link in the code anywhere in the "mod_virtuemart_cart.php" which is the module in cart position. Is the virtuemart.net link located elsewhere?

Thank you


Hi

Here's your solution. Open the following file:
../components/com_virtuemart/themes/default/templates/common/minicart.tpl

find this fragment:

Code: Select all
<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>
<br />


Comment like this:

Code: Select all
<!--<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>
<br />-->


Naturally, with this hack there's no need to add css class.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Nov 15, 2010 7:52 am
that does not seem to be the (complete) answer.

I commented out as suggested but the link is still there (see screenshot) .
User avatar
Expert Boarder

GK User
Mon Nov 15, 2010 10:57 am
@TTom911

We are not taking about VM logo on component page.
It's regarding VM cart module on popup.



If you want to remove VM logo on VM pages, you can do it on VM Configurations > Site and disable "Show footer" option.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Nov 15, 2010 11:10 am
sorry for misreading the initial post and THANKS for the answer ! :)
User avatar
Expert Boarder


cron