franci Posted September 27, 2019 Share Posted September 27, 2019 Hello We have some translation problem in Prestashop 1.7.6.1 with ZOne Theme. We generate classic template slovenian emails in local SI, but because in emails were still some english words we translate them in html and txt version. But when we save them this doesn't efect on email which send the prestashop by default in Email Theme Classic, these emails stay the same... How to solve this problem?! kind regards Link to comment Share on other sites More sharing options...
Gerardo Martinez G Posted September 27, 2019 Share Posted September 27, 2019 (edited) disculpas me equivoque de Tema.. no es relevante a este tema y lo borre. Edited September 27, 2019 by Gerardo Martinez G (see edit history) Link to comment Share on other sites More sharing options...
BoyKr Posted September 27, 2019 Share Posted September 27, 2019 (edited) I do also have a strange problem. I can modify the email template but whatever change i make it messes up the template. Even when i just modify a small sentence. I uploaded the screenshot hopefully someone knows a solution because i can't modify anything now. Edited September 27, 2019 by BoyKr (see edit history) Link to comment Share on other sites More sharing options...
franci Posted September 28, 2019 Author Share Posted September 28, 2019 Hello I solve the problem but not on easy way... It seems to be a bug in Prestashop 1.7.6.1 When I translate email in classic theme - core they are in my example in this folder .. newshop/mails/si/ emails which send the Prestashop are in this folder newshop/themes/ZOneTheme/mails/si/ I have to translate the emails newshop/mails/si/ and copy to newshop/themes/ZOneTheme/mails/si/ May be it will help someone ... kind regards Franci 5 Link to comment Share on other sites More sharing options...
andy s2 Posted October 2, 2019 Share Posted October 2, 2019 (edited) Same problem here, with different language, and different theme, but also 1.7.6.1. No solution found. Classic theme has better translation and much less english phrases in templates, but changing theme is not a solution. Edited October 2, 2019 by andy s2 (see edit history) Link to comment Share on other sites More sharing options...
juancho300000 Posted October 4, 2019 Share Posted October 4, 2019 i have the same problem and I solved it by looking in this folder root/mails/isoContry/*.html Link to comment Share on other sites More sharing options...
andy s2 Posted October 4, 2019 Share Posted October 4, 2019 @juancho300000 Not in my case. I've found "solution". Presta is sending emails based on templates kept in themes/THEME/mails/LANG dir, like: ./themes/[THEME]/mails/[LANG]/[TEMPLATE].html But preview of templates form index.php/improve/design/mail_theme/preview doesn't show those templates! If you click "send message" email with template from themes/THEME/mails/LANG will be sent, but in preview you can't see this template. And the funny thing is, I can't choose email templates from my theme in Design=>Email Themes, but I can choose Modern or Classic and preview only those two. I can edit theme email templates, I can't preview them, and I can't generate them. WTF? Maybe all this is a feature... but it looks like a bug or very, very bad ux/feature design. All around translations and email is a mess in prestashop. 1 Link to comment Share on other sites More sharing options...
andy s2 Posted October 4, 2019 Share Posted October 4, 2019 (edited) Even more, when I click "Save and stay" after editing emial template for my theme, the page is reloading with "modern" email templates, not with classic which are in use currently in my shop. I can't believe that any software could have so many bugs in production. I can't believe it! Page is reloading with &theme url param instead of &selected-theme Prestashop guys are doing it in purpose or what? Edited October 4, 2019 by andy s2 (see edit history) Link to comment Share on other sites More sharing options...
franci Posted October 4, 2019 Author Share Posted October 4, 2019 1 hour ago, andy s2 said: @juancho300000 Not in my case. I've found "solution". Presta is sending emails based on templates kept in themes/THEME/mails/LANG dir, like: ./themes/[THEME]/mails/[LANG]/[TEMPLATE].html But preview of templates form index.php/improve/design/mail_theme/preview doesn't show those templates! If you click "send message" email with template from themes/THEME/mails/LANG will be sent, but in preview you can't see this template. And the funny thing is, I can't choose email templates from my theme in Design=>Email Themes, but I can choose Modern or Classic and preview only those two. I can edit theme email templates, I can't preview them, and I can't generate them. WTF? Maybe all this is a feature... but it looks like a bug or very, very bad ux/feature design. All around translations and email is a mess in prestashop. Hi Andy s2 Yes, exactly, it is big mess, bugs... in Prestashop ver. 1.7.6.1 and I can't also belive it. You have to have a little bit more of programs and other knowledge to help yourself. Like you write, I also can not find where are templates which preview I can see on screen of administration panel?!! I am now translating GDPR and also there is no change in shop, i have to find now in folders where my Slovenian GDPR is hiding?! .. Link to comment Share on other sites More sharing options...
franci Posted October 4, 2019 Author Share Posted October 4, 2019 3 hours ago, juancho300000 said: i have the same problem and I solved it by looking in this folder root/mails/isoContry/*.html Hi juancho300000 I don't have this folder /isoContry/ in mails?! Link to comment Share on other sites More sharing options...
franci Posted October 4, 2019 Author Share Posted October 4, 2019 On 9/27/2019 at 9:57 PM, BoyKr said: I do also have a strange problem. I can modify the email template but whatever change i make it messes up the template. Even when i just modify a small sentence. I uploaded the screenshot hopefully someone knows a solution because i can't modify anything now. Hi BoyKr I have the same problem... I solved this problem that I correct in my case the file order_conf.html in this folder /themes/ZOneTheme/mails/si but you have to find it in your theme folder.... I have to move the line <td>{products} {discounts}</td> on this location ... after the head of order... <th bgcolor="#fbfbfb" style="border: 1px solid #D6D4D4; background-color: #fbfbfb; color: #333; font-family: Arial; font-size: 13px; padding: 10px;" width="17%">Skupaj</th> <td>{products} {discounts}</td> </tr> Our word >Skupaj< is the same like in your language >Totaalprijs< I hope it helps to you... 1 Link to comment Share on other sites More sharing options...
andy s2 Posted October 9, 2019 Share Posted October 9, 2019 @franci I don't know dude where is GDPR because I had no problem with it, yet . Link to comment Share on other sites More sharing options...
moparmaniac Posted October 11, 2019 Share Posted October 11, 2019 On 9/28/2019 at 12:33 PM, franci said: Hello I solve the problem but not on easy way... It seems to be a bug in Prestashop 1.7.6.1 When I translate email in classic theme - core they are in my example in this folder .. newshop/mails/si/ emails which send the Prestashop are in this folder newshop/themes/ZOneTheme/mails/si/ I have to translate the emails newshop/mails/si/ and copy to newshop/themes/ZOneTheme/mails/si/ May be it will help someone ... kind regards Franci Thank you!!! Been trying to figure this one out by myself. In the BO translation-part - It seems like PS shows you one file, you edit another, and finally sends a third as email. Kind regards Hasse Ling Link to comment Share on other sites More sharing options...
mario30 Posted October 23, 2019 Share Posted October 23, 2019 On 10/4/2019 at 3:07 PM, franci said: Hi BoyKr I have the same problem... I solved this problem that I correct in my case the file order_conf.html in this folder /themes/ZOneTheme/mails/si but you have to find it in your theme folder.... I have to move the line <td>{products} {discounts}</td> on this location ... after the head of order... <th bgcolor="#fbfbfb" style="border: 1px solid #D6D4D4; background-color: #fbfbfb; color: #333; font-family: Arial; font-size: 13px; padding: 10px;" width="17%">Skupaj</th> <td>{products} {discounts}</td> </tr> Our word >Skupaj< is the same like in your language >Totaalprijs< I hope it helps to you... Is helping me. I use FTP to download html template teheme /public_html/themes/mytheme/mails/si (order_conf.html) Then I use the html program to modify, save and send it back ... it works ... but a long way 1 Link to comment Share on other sites More sharing options...
Digital360Europe Posted January 21, 2020 Share Posted January 21, 2020 I have the same problem. On Prestashop 1.7.6.2, the translation of emails in local language (greek) doesn't work even if I am changing the txt file. Has anyone find a solution less painfull than re-translate all these nested texts on html? Link to comment Share on other sites More sharing options...
juancho300000 Posted January 22, 2020 Share Posted January 22, 2020 yes....with woocommerce....😄 Link to comment Share on other sites More sharing options...
franci Posted January 23, 2020 Author Share Posted January 23, 2020 Hi, juancho300000 ... before new version of Prestashop I want to transfer old prestashop to woocommerce, i done the transer and test the woocomerce but it is runnning so slow and response - load of pages was really not good ... because of that I decided for new version of Prestashop to have more trouble :-) but is running fast.... Link to comment Share on other sites More sharing options...
franci Posted January 23, 2020 Author Share Posted January 23, 2020 On 1/21/2020 at 12:32 PM, Digital360Europe said: I have the same problem. On Prestashop 1.7.6.2, the translation of emails in local language (greek) doesn't work even if I am changing the txt file. Has anyone find a solution less painfull than re-translate all these nested texts on html? Hi, probably you have to find where are your txt - html files which you translated, and you have to copy to the right folder....?!! probably theme folder of mails... like I do,,,... !!? Yes I know we are in 2020, but such stupidities still happen 😞 1 Link to comment Share on other sites More sharing options...
juancho300000 Posted January 23, 2020 Share Posted January 23, 2020 hi, What plugin have you used for that? I used one called FG PrestaShop to WooCommerce (paid) because i have variations, but not running slow Link to comment Share on other sites More sharing options...
franci Posted January 23, 2020 Author Share Posted January 23, 2020 1 hour ago, juancho300000 said: hi, What plugin have you used for that? I used one called FG PrestaShop to WooCommerce (paid) because i have variations, but not running slow Yes, I also have used FG PrestaShop to WooCommerce and the plugin is worked perfectly... but woocomerce on our webpage was working slowly and because of that i decided to go back to Presta... that my experiences, may be yours are better... :-) Link to comment Share on other sites More sharing options...
juancho300000 Posted January 23, 2020 Share Posted January 23, 2020 when something happened to me like that I went to "permanent links" I gave it to save and everything was better Link to comment Share on other sites More sharing options...
juancho300000 Posted January 23, 2020 Share Posted January 23, 2020 presta has given me many problems Link to comment Share on other sites More sharing options...
moparmaniac Posted February 1, 2020 Share Posted February 1, 2020 E-mails It's been a while since I 'solved' this issue, but I think it was 3 seperate locations of the files. I did see one version on the screen Edited the screen version, in browser, and that was saved as another version (did make any effects on the screen version) Finally - Prestashop sent a third version to cusomers Easiest way to handle his, was for me: Download entire site to local hdd, and use somekind of search, preferably one that find the words you looking for (inside the text files) Have fun! I didn't have a lot of fun with this issue 😨 Link to comment Share on other sites More sharing options...
Bob van der Valk Posted February 4, 2020 Share Posted February 4, 2020 (edited) I am getting English mails but my shop is put into Polish... I do have a folder /myshop/mails/pl I don't have a mails folder under /myshop/themes/classic/ Should I copy it? I am using 1.7.6.0 NEWS: My solution was easy. The myshop/mails/pl folder did not contain the Polish files but English ones. I copied the folder from an older version of PS on the server and now I can see the Polish texts in the admin editor. Edited February 6, 2020 by Bob van der Valk (see edit history) Link to comment Share on other sites More sharing options...
moparmaniac Posted February 6, 2020 Share Posted February 6, 2020 Here is the path to one of my e-mail-texts "cheque.txt" /public_html/mails/sv/cheque.txt /public_html/mails/en/cheque.txt /public_html/themes/classic/mails/sv/cheque.txt Remember to have a backup-file or the file. I have stopped using PS internal editor, but it can be tricky to NOT mess up the HTML sometimes. Link to comment Share on other sites More sharing options...
Bob van der Valk Posted March 24, 2020 Share Posted March 24, 2020 Is nobody from Prestashop looking at this forum? Link to comment Share on other sites More sharing options...
fakezzz Posted March 30, 2020 Share Posted March 30, 2020 On 3/24/2020 at 1:49 PM, Bob van der Valk said: Is nobody from Prestashop looking at this forum? Obviously NO! Link to comment Share on other sites More sharing options...
kyripapa Posted April 1, 2020 Share Posted April 1, 2020 (edited) I just reported the bug here https://github.com/PrestaShop/PrestaShop/issues/18417 EDIT* check the answer Edited April 1, 2020 by kyripapa (see edit history) 1 Link to comment Share on other sites More sharing options...
Inkkari Posted April 1, 2020 Share Posted April 1, 2020 (edited) Hello, Do you know how can i translate "No mail alerts yet."? Please look at the image. I use Prestashop 1.7.6.3 Edited April 1, 2020 by Inkkari (see edit history) Link to comment Share on other sites More sharing options...
bfreeman Posted September 30, 2020 Share Posted September 30, 2020 (edited) On 10/4/2019 at 6:07 AM, franci said: Hi BoyKr I have the same problem... I solved this problem that I correct in my case the file order_conf.html in this folder /themes/ZOneTheme/mails/si but you have to find it in your theme folder.... I have to move the line <td>{products} {discounts}</td> on this location ... after the head of order... <th bgcolor="#fbfbfb" style="border: 1px solid #D6D4D4; background-color: #fbfbfb; color: #333; font-family: Arial; font-size: 13px; padding: 10px;" width="17%">Skupaj</th> <td>{products} {discounts}</td> </tr> Our word >Skupaj< is the same like in your language >Totaalprijs< I hope it helps to you... THIS WORKS! THANK YOU SOOOOOO MUCH!! I spent more than 10 hours trying to figure out how to edit the order confirmation email template and not have the formatting be messed up. Soooo frustrating!! Thanks a lot. Works perfectly Edited September 30, 2020 by bfreeman (see edit history) Link to comment Share on other sites More sharing options...
mohammad bahrami Posted April 5, 2022 Share Posted April 5, 2022 I've found solution in Prestashop 1.7.8.4 for send email in another language except English, must generate template in that language template for your theme is in public_html/themes/[YOUR THEME]/mails/[YOUR LANGUAGE] template for core mails is in public_html/mails/[YOUR LANGUAGE] for generate template go to Design->Email Theme-> Generate emails . and select your theme of Emails and language and check "Overwrite templates" option 1 Link to comment Share on other sites More sharing options...
MinnaLaa Posted April 11, 2022 Share Posted April 11, 2022 On 4/1/2020 at 11:49 PM, Inkkari said: Hello, Do you know how can i translate "No mail alerts yet."? Please look at the image. I use Prestashop 1.7.6.3 Did you find this? It's located in module translations -> International (FIN= kansainvälinen) Translations (FIN= Käännökset) and module translations (FIN= asennetut modulikäännökset) -> Mail alerts 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