- Posts: 2
- Thank you received: 1
Translate the cart module
- Leilson Francelino
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 10 months ago #1471
by Leilson Francelino
Translate the cart module was created by Leilson Francelino
I translate "Now in your cart", but can not find where the code is located.
Attachment imagem.jpg not found
Attachments:
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 10 months ago #1475
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Translate the cart module
Hi,
The file is templates/ot_ante/html/mod_virtuemart_cart/default.php
You can change:
to
and then in language/en-GB/en-GB.mod_virtuemart_cart.ini, add:
For other language, do the same, eg: in es-ES, then in language/es-ES/es-ES.mod_virtuemart_cart.ini, add:
Thanks for using our products!
The file is templates/ot_ante/html/mod_virtuemart_cart/default.php
You can change:
Code:
<div class="cart_now cart_right">Now in your cart</div>
Code:
<div class="cart_now cart_right"><?php echo JText::_('MOD_VIRTUEMART_CART_IN_YOUR_CART'); ?></div>
and then in language/en-GB/en-GB.mod_virtuemart_cart.ini, add:
Code:
MOD_VIRTUEMART_CART_IN_YOUR_CART = "your new text"
For other language, do the same, eg: in es-ES, then in language/es-ES/es-ES.mod_virtuemart_cart.ini, add:
Code:
MOD_VIRTUEMART_CART_IN_YOUR_CART = "your new text in Espanol"
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Leilson Francelino
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 1
12 years 10 months ago - 12 years 10 months ago #1477
by Leilson Francelino
Replied by Leilson Francelino on topic Re: Translate the cart module
Thank you.
The module register and login is not working.
Clicking the error.
I will become a member.
The module register and login is not working.
Clicking the error.
Attachment erro.jpg not found
I will become a member.
Attachments:
Last edit: 12 years 10 months ago by Leilson Francelino.
The following user(s) said Thank You: Linh Robert
Please Log in or Create an account to join the conversation.
- Sebastian Fleitas
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 19
- Thank you received: 1
12 years 9 months ago #1741
by Sebastian Fleitas
Replied by Sebastian Fleitas on topic Re: Translate the cart module
solved please
The module register and login is not working.
The module register and login is not working.
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago #1745
by Linh Robert
Please edit /templates/ot_ante/html/mod_login/default.php
and replace all code by this new code:
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Translate the cart module
amedidaweb wrote: solved please
The module register and login is not working.
Please edit /templates/ot_ante/html/mod_login/default.php
and replace all code by this new code:
Code:
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<?php if($type == 'logout') : ?>
<form action="index.php" method="post" name="login" id="form-login">
<?php if ($params->get('greeting')) : ?>
<div class="login_greet">
<?php if ($params->get('name')) : {
echo JText::sprintf( 'HINAME', $user->get('name') );
} else : {
echo JText::sprintf( 'HINAME', $user->get('username') );
} endif; ?>
</div>
<?php endif; ?>
<div class="logout_btn" align="center">
<input type="submit" name="Submit" class="button" value="<?php echo JText::_( 'BUTTON_LOGOUT'); ?>" />
</div>
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="logout" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
</form>
<?php else : ?>
<?php
$usersConfig = &JComponentHelper::getParams( 'com_users' );
if ($usersConfig->get('allowUserRegistration')) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=registration' ); ?>">
<?php echo JText::_('REGISTER'); ?>
</a>
<span>|</span>
<?php endif; ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=login' ); ?>">
<?php echo JText::_('LOGIN') ?>
</a>
<?php endif; ?>
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Carlos Herrera
-
- Offline
- Junior Boarder
-
Less
More
- Posts: 22
- Thank you received: 2
12 years 3 months ago #3390
by Carlos Herrera
Replied by Carlos Herrera on topic Re: Translate the cart module
hola, como estas? Feliz Navidad y prospero año nuevo 
que modulo usaron en ofertasparaguay que aparece en la entrada?
saludos!!

que modulo usaron en ofertasparaguay que aparece en la entrada?
saludos!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.195 seconds