- Posts: 12
- Thank you received: 0
How change language?
-
Maddex
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago #5944
by Maddex
How change language? was created by Maddex
Hi,
I would like to change the words "Description" and "Image Gallery". How?
I would like to change the words "Description" and "Image Gallery". How?
Please Log in to join the conversation.
-
pirossi
Inactive member - Member
Less
More
- Posts: 146
- Thank you received: 11
13 years 10 months ago #5946
by pirossi
Replied by pirossi on topic Re: How change language?
Change translation in VirtueMart:
forum.virtuemart.net/index.php?board=96.0
forum.virtuemart.net/index.php?board=96.0
Please Log in to join the conversation.
-
Maddex
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 10 months ago #5947
by Maddex
Replied by Maddex on topic Re: How change language?
No, not in the Virtuemart language files, but thanx for trying to help anyway.
I just found the solution. You have to alter these lines in the hot eCommerce theme for Virtuemart, flypage.tpl.php, lines 56 and 57:
<li class="nav-one"><a href="#featured2" class="current">Description</a></li>
<li class="nav-two"><a href="#core2">Image Gallery</a></li>
I just found the solution. You have to alter these lines in the hot eCommerce theme for Virtuemart, flypage.tpl.php, lines 56 and 57:
<li class="nav-one"><a href="#featured2" class="current">Description</a></li>
<li class="nav-two"><a href="#core2">Image Gallery</a></li>
Please Log in to join the conversation.
-
maxsis
Inactive member - New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 8 months ago #17749
by maxsis
Replied by maxsis on topic Re: How change language?
For joomla 2.5 and virtuemart 2
where you need to change?
where you need to change?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17761
by ivan.milic
Replied by ivan.milic on topic Re: How change language?
templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
around lini 232:
around lini 232:
Code:
<ul class="nav">
<li class="nav-one"><a href="#featured2" class="current">Description</a></li>
<?php if (1==1) { ?><li class="nav-two"><a href="#core2">Image Gallery</a></li><?php } ?>
</ul>
The following user(s) said Thank You: maxsis
Please Log in to join the conversation.
Time to create page: 0.148 seconds