tekcenter Posted March 31, 2013 Share Posted March 31, 2013 (edited) Hello! can anybody help me here please? How to change the Login "Login to your customer account" mouse hover message? i want to translate this message to another language, but i can't find in the translation tool Tanks in advance Edited April 1, 2013 by tekcenter (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2013 Share Posted March 31, 2013 which version of prestashop you use? and you use default template? and about which login hover you are talking ? 1 Link to comment Share on other sites More sharing options...
tekcenter Posted March 31, 2013 Author Share Posted March 31, 2013 (edited) Sorry about the lack of info from my side vekia My prestashop vresion is v1.5.4 (the last one) I am using the default template The login mouse hover is the one in top of the page near to the welcome, when i mouse hover it diplays a message in english and i want to translate that. and by the way, how do i translate the "Cart" for another language? tanks for the reply vekia. -edit: i attached a screen shoot from the login mouse hover. Edited March 31, 2013 by tekcenter (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2013 Share Posted March 31, 2013 go to modules/blockuserinfo/blockuserinfo.tpl you've got there something like: {if $logged} <a href="{$link->getPageLink('my-account', true)}" title="{l s='View my customer account' mod='blockuserinfo'}" class="account" rel="nofollow"><span>{$cookie->customer_firstname} {$cookie->customer_lastname}</span></a> <a href="{$link->getPageLink('index', true, NULL, "mylogout")}" title="{l s='Log me out' mod='blockuserinfo'}" class="logout" rel="nofollow">{l s='Log out' mod='blockuserinfo'}</a> {else} <a href="{$link->getPageLink('my-account', true)}" title="{l s='Login to your customer account' mod='blockuserinfo'}" class="login" rel="nofollow">{l s='Login' mod='blockuserinfo'}</a> {/if} you've got title="{l s='Login to your customer account' mod='blockuserinfo'}" - and you can edit it if you want in this file this should help 1 Link to comment Share on other sites More sharing options...
tekcenter Posted March 31, 2013 Author Share Posted March 31, 2013 (edited) Tanks vekia it works! but there is no other way to do this? if i have a multilingual shop, only the main language will have the full translation there must be another way, because if i switch to Spanish on my shop the "Login to your customer account" mouse hover message it shows in Spanish: "Conectarse a su cuenta de cliente" tanks for your help vekia it help me a lot! -edit: inside the folder: "modules/blockuserinfo" there is another folder called translations that have all translations in their respective lang files: pt.php, es.php, gl.php, index.php but how can i activate the translation? its not working! Edited March 31, 2013 by tekcenter (see edit history) Link to comment Share on other sites More sharing options...
tekcenter Posted March 31, 2013 Author Share Posted March 31, 2013 (edited) Find the solution! If your store is only in one language the method vekia described works : "go to modules/blockuserinfo/blockuserinfo.tpl and edit the blockuserinfo.tpl file" If you have a multi language store, do this: copy via ftp the folder "blockuserinfo" with all files inside from "modules/blockuserinfo" to "themes/default/modules" then go to your admin back office > Localization > Translations, in the Modify translations select from the drop-down menu: "installed modules translations" and then select the lang you want translate for, then search for: "Module: blockuserinfo and translate for your desire language. its a shame that prestashop makes harder to do simple tasks Hey prestashop! why the blockuserinfo module isn't inside "themes/default/modules"? tanks again vekia! Your precious info help me to find this solution. Edited April 1, 2013 by tekcenter (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2013 Share Posted May 4, 2013 Find the solution! If your store is only in one language the method vekia described works : "go to modules/blockuserinfo/blockuserinfo.tpl and edit the blockuserinfo.tpl file" If you have a multi language store, do this: copy via ftp the folder "blockuserinfo" with all files inside from "modules/blockuserinfo" to "themes/default/modules" then go to your admin back office > Localization > Translations, in the Modify translations select from the drop-down menu: "installed modules translations" and then select the lang you want translate for, then search for: "Module: blockuserinfo and translate for your desire language. its a shame that prestashop makes harder to do simple tasks Hey prestashop! why the blockuserinfo module isn't inside "themes/default/modules"? tanks again vekia! Your precious info help me to find this solution. you've got right, but i just thought that translations feature doesn't work for you (in ps 1.5.4 is huge problem with this) anyway, thanks for information regards Hello, Is there a way to edit the welcome message that is next to the log in button? Thank you. http://img59.imagesh...omemessageb.jpg i suggest you to create separate thread Link to comment Share on other sites More sharing options...
srm200 Posted May 4, 2013 Share Posted May 4, 2013 Hello vekia, How can i craete this separate thread, i'm new to this... I tried to find it in the files butt no result. Thank you again for your time. Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2013 Share Posted May 4, 2013 Hello vekia, How can i craete this separate thread, i'm new to this... I tried to find it in the files butt no result. Thank you again for your time. i moved your question here: http://www.prestashop.com/forums/topic/244711-translation-of-some-features/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now