It's possible to traslate NewDeal?
- Posted by Sorrentino Trade (13) Offline
i want to traslate the template, particullary the informations of deals like "time remaining" etc...
what i've to change?
12 years 1 week ago #1
by Sorrentino Trade
what i've to change?
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hi sorrent, Did you meant the "Time left to buy" text?
If so, then you need to modify these two files :
<root>/templates/deals_plazza/html/com_k2/dealplazza/category_item.php
<root>/deals_plazza/html/com_k2/dealplazza/item.php
in the line 96 (category.php) you will see this codeSimply change that with any text you want for example
Hope this helps
12 years 1 week ago #2
by andy
If so, then you need to modify these two files :
<root>/templates/deals_plazza/html/com_k2/dealplazza/category_item.php
<root>/deals_plazza/html/com_k2/dealplazza/item.php
in the line 96 (category.php) you will see this code
<?php echo JText::_('Time left to buy'); ?>
<?php echo JText::_('This is your text'); ?>
Hope this helps
Please Log in or Create an account to join the conversation.
- Posted by Sorrentino Trade (13) Offline
it's possibile change Price with discount etc in cart page?
12 years 1 week ago #3
by Sorrentino Trade
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Did you mean the word "value", "discount" and "you save"?
If so, then yes it's possible. Find these code on both of files I mentioned before :
<?php echo JText::_('Value'); ?>
<?php echo JText::_('Discount'); ?>
<?php echo JText::_('You Save'); ?>
Simply change that into what you want
12 years 1 week ago #4
by andy
If so, then yes it's possible. Find these code on both of files I mentioned before :
<?php echo JText::_('Value'); ?>
<?php echo JText::_('Discount'); ?>
<?php echo JText::_('You Save'); ?>
Simply change that into what you want
Please Log in or Create an account to join the conversation.
- Posted by Sorrentino Trade (13) Offline
nono.... in the cart page when you want add a product to the shopping cart and even "days,month" of the offer
12 years 1 week ago #5
by Sorrentino Trade
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
Is it possible for you to take a screenshot of that part?
I believe that is part of the Virtuemart component where maybe you can try to find out how to translate them from the component->Virtuemart configuration.
Let us know then
12 years 1 week ago #6
by erwinschro
Is it possible for you to take a screenshot of that part?
I believe that is part of the Virtuemart component where maybe you can try to find out how to translate them from the component->Virtuemart configuration.
Let us know then
Please Log in or Create an account to join the conversation.