Jump to content

Recommended Posts

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

post-288884-0-47235700-1338726277_thumb.jpg

Edited by gordon99 (see edit history)
Link to comment
Share on other sites

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 by gordon99 (see edit history)
Link to comment
Share on other sites

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

  • 2 weeks later...

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

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 by gordon99 (see edit history)
Link to comment
Share on other sites

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

post-288884-0-19836100-1339966667_thumb.jpg

Edited by gordon99 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...