- Posts: 54
- Thank you received: 0
Virtuemart: Missing label for FINAL SALES PRICE
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
10 years 9 months ago #38785
by corber64
Virtuemart: Missing label for FINAL SALES PRICE was created by corber64
Hi,
In Virtuemart Configuration --> Pricing I've set only FINAL SALES PRICE
In Product Detail Page I don't see any label but only the price
How can I do to show/add a label ?
Thanks ...
In Virtuemart Configuration --> Pricing I've set only FINAL SALES PRICE
In Product Detail Page I don't see any label but only the price
How can I do to show/add a label ?
Thanks ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #38797
by ivan.milic
Replied by ivan.milic on topic Virtuemart: Missing label for FINAL SALES PRICE
In virtualmart config , did you set to show label for that price
Please Log in to join the conversation.
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 54
- Thank you received: 0
10 years 9 months ago #38823
by corber64
Replied by corber64 on topic Virtuemart: Missing label for FINAL SALES PRICE
Oh yes.
I set show label for that price.
Also in your e-commerce demo site there is no label
I set show label for that price.
Also in your e-commerce demo site there is no label
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #38831
by ivan.milic
Replied by ivan.milic on topic Virtuemart: Missing label for FINAL SALES PRICE
Open:
templates\hot_ecommerce\html\com_virtuemart\productdetails\default_showprices.php
line ~24:
un-comment it like this:
templates\hot_ecommerce\html\com_virtuemart\productdetails\default_showprices.php
line ~24:
Code:
//echo "<strong>" . JText::_ ('COM_VIRTUEMART_CART_PRICE') . "</strong>";
un-comment it like this:
Code:
echo "<strong>" . JText::_ ('COM_VIRTUEMART_CART_PRICE') . "</strong>";
The following user(s) said Thank You: corber64
Please Log in to join the conversation.
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 54
- Thank you received: 0
10 years 9 months ago #38959
by corber64
Replied by corber64 on topic Virtuemart: Missing label for FINAL SALES PRICE
OK it works.
After I changed it-IT.com_virtuemart.ini with the desired label translation
Thanks, bye
After I changed it-IT.com_virtuemart.ini with the desired label translation
Thanks, bye
Please Log in to join the conversation.
Time to create page: 0.155 seconds