- Posts: 19
- Thank you received: 0
e-commerce tranlate label "Description" and ...
-
bigstripes
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 1 month ago #19954
by bigstripes
e-commerce tranlate label "Description" and ... was created by bigstripes
Hi,
in the products page there are two labels "Description" and "Immage Gallery", I should translate in Italian where I can change this title.
Thanks.
Massimo
in the products page there are two labels "Description" and "Immage Gallery", I should translate in Italian where I can change this title.
Thanks.
Massimo
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6842
- Thank you received: 726
13 years 1 month ago #19966
by milos
Replied by milos on topic e-commerce tranlate label "Description" and ...
This is in the Product page template for VirtueMart. Tell me which VirtueMart you are using, version 1.1 or 2.0?
Please Log in to join the conversation.
-
bigstripes
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
13 years 1 month ago #19973
by bigstripes
Replied by bigstripes on topic e-commerce tranlate label "Description" and ...
2.0
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #19985
by ivan.milic
Replied by ivan.milic on topic e-commerce tranlate label "Description" and ...
templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
....
<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>
........
....
<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>
........
Please Log in to join the conversation.
-
bigstripes
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
13 years 1 month ago #20011
by bigstripes
Replied by bigstripes on topic e-commerce tranlate label "Description" and ...
Thank you very much!
Please Log in to join the conversation.
Time to create page: 0.204 seconds