gordon99 Posted June 3, 2012 Share Posted June 3, 2012 (edited) I have a following problem. All the translations in translations are done, also module bankwire payment. But when in a page i take bankwire payment there are no translation? Using prestashop 1.3.7.0 . page www.jooksuriided.ee Attatchet the place which are not translated Edited June 3, 2012 by gordon99 (see edit history) Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 did you close cache and force compile? Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 did you close cache and force compile? Deleted alla history and tried different browsers. I also don't find this place in translations.... Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 No, I mean Back Office>Tools>Performance tab Cache - Disable Force Compile - Enable And refresh front page to see the translation changes... Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 I don't have performance tab in backoffise tools? Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 It may change to the versions. If the force compile and cache disable tabs don't exist, it must be somewhere coded in the settings aor config php files. Without doing that, you can't see the changes. Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 (edited) It may change to the versions. If the force compile and cache disable tabs don't exist, it must be somewhere coded in the settings aor config php files. Without doing that, you can't see the changes. But i see other translation changes? I also don't find the correct place in backoffice translations. It just dosen't exist there. If someone can tell me which folder this file exist, then I could translate the file.. because I actually need only one language Edited June 3, 2012 by gordon99 (see edit history) Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 I see. Can you attach your tpl file of your module? Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 Bankwire modul tpl payment_return.tpl.txt Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 I checked it. It doesn't have any error. Is the name of the module folder 'bankwire' ? Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 (edited) BTW, if you only need one language, you can directly translate the tpl file. Only the fields in red: {l s='Your order on' mod='bankwire'} Edited June 3, 2012 by Caglar (see edit history) Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 BTW, if you only need one language, you can directly translate the tpl file. Only the fields in red: {l s='Your order on' mod='bankwire'} Okay I will translate it directly. But wierd thing is when i look module translation, then all these are translated Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 It is probably because of the cache or force compiling, but anyway go with translating the tpl file. Regards. Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 Another problem have occured. I cannot but letters ä ö ü õ in there. Can i use some code? Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 You should change the character encoding of the tpl file. It should be currently 'Western Europe' For example try it to convert to UTF-8 Link to comment Share on other sites More sharing options...
gordon99 Posted June 3, 2012 Author Share Posted June 3, 2012 Thank you, It worked also. Is it also possible to change encoding in excel csv files? Link to comment Share on other sites More sharing options...
MEG Venture Posted June 3, 2012 Share Posted June 3, 2012 (edited) There is a workaround. Upload the excel document to Google Documents and download as CSV. It will be automatically changed. Edited June 3, 2012 by Caglar (see edit history) Link to comment Share on other sites More sharing options...
gordon99 Posted June 11, 2012 Author Share Posted June 11, 2012 There is a workaround. Upload the excel document to Google Documents and download as CSV. It will be automatically changed. Okay, so then it removes all ä,ö,ü,õ letters. But can I keep those letters? Link to comment Share on other sites More sharing options...
MEG Venture Posted June 11, 2012 Share Posted June 11, 2012 Could you please try the below solution? Find the below code in admin folder>tabs>adminimport.php setlocale(LC_CTYPE, strtolower($iso_lang).'_'.strtoupper($iso_lang).'.UTF-8');*/ and delete it or comment withh double slash as below: //setlocale(LC_CTYPE, strtolower($iso_lang).'_'.strtoupper($iso_lang).'.UTF-8');*/ Then retry importing. ***Acquired from http://www.prestashop-tr.com/forum/xml-csv-import-hatasinin-cozumu-t592.html Link to comment Share on other sites More sharing options...
gordon99 Posted June 11, 2012 Author Share Posted June 11, 2012 (edited) It didn't work, It say same error as before. I managed to use google docs, but it messes up categories e.g categry 2,5 it makes 2.5 because comma is separator. So i uploaded file with wrong names, but correct categories, and then another file with correct names and ignored categories Edited June 11, 2012 by gordon99 (see edit history) Link to comment Share on other sites More sharing options...
MEG Venture Posted June 11, 2012 Share Posted June 11, 2012 You should use comma both for the field and multiple value separator. It worked for me. And please don't forget to download a csv from google docs. Could you retry this way? Link to comment Share on other sites More sharing options...
gordon99 Posted June 17, 2012 Author Share Posted June 17, 2012 (edited) You should use comma both for the field and multiple value separator. It worked for me. And please don't forget to download a csv from google docs. Could you retry this way? Yes this helped. Thank you very much. Also another issue is bothering me and I don't find the right place in code. Is it possible to change font size in picture attatched and marked. It is block categories frontpage text You should use comma both for the field and multiple value separator. It worked for me. And please don't forget to download a csv from google docs. Could you retry this way? Yes this helped. Thank you very much. Also another issue is bothering me and I don't find the right place in code. Is it possible to change font size in picture attatched and marked. It is block categories frontpage text Solved... it was under theme - css and file style.css Edited June 18, 2012 by gordon99 (see edit history) Link to comment Share on other sites More sharing options...
MEG Venture Posted June 18, 2012 Share Posted June 18, 2012 Could you please mark the title of your first post as [solved]? Thanks. 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