Shopping cart picture and text!

  • mylenecg
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 1 month ago - 13 years 1 month ago #15325 by mylenecg
In the top in the upper right corner I changed a shopping cart for the shopping bag you see now. There are three problems though. One is the text. I would like to delete the current text underneath the shopping bag, but can't find where I can do that. Second is that I would like to enlarge the shopping bag. And third is that I would like to show the word 'items' and the price → See example (in the right upper corner) at www.supertrash.com/nl

My website is:
www.globecosmetics.com/

Thank you for your help.

I use the Commercial template "Hot Cosmetics" by Hot Joomla Templates
Last edit: 13 years 1 month ago by mylenecg.

Please Log in to join the conversation.

More
13 years 1 month ago #15342 by ivan.milic

I would like to delete the current text underneath the shopping bag,


- make translation in ini file empty string, you will findt translation files in language/<lng suffix>/

I'am not sure which ini , best copy them all locally and do string search.

I would like to enlarge the shopping bag

add this css, you can add it to bottom of template_css.css

.vmCartModule > div > img{
width:60pximportant;
}

change 60px to your needs

I would like to show the word 'items' and the price


check vm chart module configuration

Please Log in to join the conversation.

  • mylenecg
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 1 month ago #15691 by mylenecg
Thank you. I have tried and searched again, but your information is not detailed enough for me. The problem I am dealing with is that I do not know where I can find the text in the template where I will be able to delete or change. When I choose: 'inspect element' on the text on my website I can see a lot of data and the text I want to delete or change: ''uw mandje is momenteel leeg''. But I can't find it in my template. It would help me a lot if you could guide me step by step to the solution. Thank you again for your help.

Please Log in to join the conversation.

More
13 years 1 month ago #15717 by ivan.milic
Send me link to page where you see that

Please Log in to join the conversation.

  • mylenecg
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 1 month ago #15739 by mylenecg
There is no link. I get the data by clicking on the right of the mouse and choosing 'Inspect elements'. Then I see the following (and more data):

<div class="vmCartModule">
<div style="margin: 0 auto;">

<img src=" www.globecosmetics.eu/components/com_vir..._image/menu_logo.png " alt="Globe Cosmetics" width="42" border="0">
<br>
Uw mandje is momenteel leeg. </div>
<hr style="clear: both;">
<div style="float: left;">
</div>
<div style="float: right;">
</div>
</div>

Please Log in to join the conversation.

More
13 years 1 month ago #15750 by ivan.milic
open modules\mod_virtuemart_cart\mod_virtuemart_cart.php

find this line:

else $data->totalProductTxt = JText::_('COM_VIRTUEMART_EMPTY_CART');

change it to:

else $data->totalProductTxt = JText::_('NEW_COM_VIRTUEMART_EMPTY_CART');

then add translation for NEW_COM_VIRTUEMART_EMPTY_CART label in

language/<lng>/<lng>.mod_virtuemart_cart.ini files

Please Log in to join the conversation.

Time to create page: 0.190 seconds
Powered by Kunena Forum