truxstudios Posted July 25, 2008 Share Posted July 25, 2008 Hello Someone knows how to change the subject of the e-mail messages sent by prestashop? I know that in the folder / mails are all mail but I did not find any function that would make this change. We also tried the modules, but also not had success. If anyone knows how to change please be express. Thank you. Link to comment Share on other sites More sharing options...
ejectcore Posted July 25, 2008 Share Posted July 25, 2008 are you talking about the order emails or messages from the web site contact form :question: Link to comment Share on other sites More sharing options...
truxstudios Posted July 26, 2008 Author Share Posted July 26, 2008 Im talking about system emails, like forgot password, welcome msg, invoice emails, and others... (sended by my store)I dont found where i can change the subjects, all on english only.The emails i translate, but the subject i cant found the fields..Thanks. Link to comment Share on other sites More sharing options...
granpa Posted July 30, 2008 Share Posted July 30, 2008 I found the subject of the mail on the database : "ps_order_state_lang"Le sujet des mails qui sont envoyé en fin de commande se trouvent dans la base "ps_order_state_lang" notamment pour le texte rupture de stock que je voulais changer Link to comment Share on other sites More sharing options...
truxstudios Posted July 31, 2008 Author Share Posted July 31, 2008 Thanks granpa, but this table "ps_order_state_lang" is only about the order status.. im talking about the daemon msg, like recovery password, account informations, and all mail template "subjects".. i search a lot but i dont found nothing. where i can change this.. maybe the soluction are on tools/swift folder? keep trying.. Link to comment Share on other sites More sharing options...
Guest Posted August 12, 2008 Share Posted August 12, 2008 Hi!Did you suceed? I am looking for the same thing ...Thanks alot! Sebastian Link to comment Share on other sites More sharing options...
Rei Posted August 25, 2008 Share Posted August 25, 2008 Hi!Copy the "lang.php" (located in the "../mails/fr/") to your "..mails/YourLanguage/" folder. $_LANGMAIL['Your new admin password'] = 'Votre nouveau mot de passe administateur'; $_LANGMAIL['Your password'] = 'Votre nouveau mot de passe'; $_LANGMAIL['Welcome!'] = 'Bienvenue !'; $_LANGMAIL['Order confirmation'] = 'Confirmation de commande'; $_LANGMAIL['Message from contact form'] = 'Message depuis le formulaire de contact'; $_LANGMAIL['My personal informations'] = 'Mes informations personnelles'; $_LANGMAIL['Message from a customer'] = 'Message dun client'; Edit those French sentence to the language you want.Hope this helps. Link to comment Share on other sites More sharing options...
Bruno Leveque Posted August 25, 2008 Share Posted August 25, 2008 Thanks Rei, it's the right answer.This method isn't very convenient, we'll improve it in upcoming releases Link to comment Share on other sites More sharing options...
Rei Posted August 25, 2008 Share Posted August 25, 2008 No problem. I just don't know how to make " 'Message d\'un client' " showing correctly in code format so i have to edit it became 'dun'. Link to comment Share on other sites More sharing options...
leuleuleu Posted October 13, 2008 Share Posted October 13, 2008 I got the error message below after installing mail alert module:Error - The following email template is missing: vn/new_order.txtWhich vn folder does that means? the vn folder in translations folder? in modules/mailalert/templates or which one?i've try many cases but still can't work that out.Anybody can help?, please? Link to comment Share on other sites More sharing options...
Cribbe83 Posted April 24, 2009 Share Posted April 24, 2009 Ok, so in order to change the mail subject you make it happen in lang.php, but there are only a few strings there, what about thoes emails that is not inside of lang.php? Like the "download_product.txt" e-mail for example, the subject of that e-mail is "Virtual product to donlowad"Tankfull for a reply Link to comment Share on other sites More sharing options...
Gabor@ Posted April 15, 2010 Share Posted April 15, 2010 Ok but how could this be changed from admin panel? Link to comment Share on other sites More sharing options...
rocky Posted April 15, 2010 Share Posted April 15, 2010 Topic movedIt is impossible to change the email subjects from the Back Office. You must use lang.php in the mails directory to translate the email subjects. $_LANGMAIL['Virtual product to download'] should be in the file for non-English mails. If it isn't, simply add it. 1 Link to comment Share on other sites More sharing options...
fransjaeger Posted February 9, 2015 Share Posted February 9, 2015 Im having trouble with this. I have added the lines to all lang.php files but no effect. module followup and other modules this is really annoying please help if you know howto fix Link to comment Share on other sites More sharing options...
hstrom Posted January 19, 2021 Share Posted January 19, 2021 On 8/25/2008 at 6:48 AM, Bruno Leveque said: Thanks Rei, it's the right answer. This method isn't very convenient, we'll improve it in upcoming releases Hi, I am still having this issue in v1.7.7. But nowadays there is no lang.php in this folder. How can I change for example the subject of the "account" system email being sent out when an account is created? With kind regards, - Johan. Link to comment Share on other sites More sharing options...
lordshop Posted February 9, 2021 Share Posted February 9, 2021 On 1/19/2021 at 9:06 PM, hstrom said: Hi, I am still having this issue in v1.7.7. But nowadays there is no lang.php in this folder. How can I change for example the subject of the "account" system email being sent out when an account is created? With kind regards, - Johan. You should go through the menu: International > Translate > Email Translate / Subject / Language 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