- Posts: 9
- Thank you received: 0
Shopping cart picture and text!
-
mylenecg
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago - 12 years 10 months ago #15325
by mylenecg
Shopping cart picture and text! was created 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
My website is:
www.globecosmetics.com/
Thank you for your help.
I use the Commercial template "Hot Cosmetics" by Hot Joomla Templates
Last edit: 12 years 10 months ago by mylenecg.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15342
by ivan.milic
- 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.
.vmCartModule > div > img{
width:60pximportant;
}
change 60px to your needs
check vm chart module configuration
Replied by ivan.milic on topic Re: Shopping cart picture and text!
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.
add this css, you can add it to bottom of template_css.cssI would like to enlarge the shopping bag
.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
Less
More
- Posts: 9
- Thank you received: 0
12 years 10 months ago #15691
by mylenecg
Replied by mylenecg on topic Re: Shopping cart picture and text!
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15717
by ivan.milic
Replied by ivan.milic on topic Re: Shopping cart picture and text!
Send me link to page where you see that
Please Log in to join the conversation.
-
mylenecg
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 9 months ago #15739
by mylenecg
Replied by mylenecg on topic Re: Shopping cart picture and text!
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>
<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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15750
by ivan.milic
Replied by ivan.milic on topic Re: Shopping cart picture and text!
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
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.167 seconds