Peter_Tersluisen Posted January 14, 2020 Share Posted January 14, 2020 Hi Everyone! I think I lost my code page settings - from the looks of it. The only significant change I made was on January 8, when I ran an update to 1.7.6.2 the subject line now reads this: [Vee's Kaffee & Bohnen] New order : #51 - EOJVGGUOG when it should read [Vee's Kaffee & Bohnen] New order : #51 - EOJVGGUOG Straggely, the sender's email name, "Vee's Kaffee & Bohnen" shows correctly. Has anyone seen this happen before? I can not leave this for our customers like this. The shop is not yet open, but I am planning any day now Link to comment Share on other sites More sharing options...
JBW Posted January 15, 2020 Share Posted January 15, 2020 Hi, I reported this issue here: https://github.com/PrestaShop/PrestaShop/issues/16847 In the meantime there is a fix:https://github.com/PrestaShop/PrestaShop/pull/17073/files BR Link to comment Share on other sites More sharing options...
tdsoft Posted January 15, 2020 Share Posted January 15, 2020 @Peter_Tersluisen You can open: classes/Mail.php Change line: $subject = '[' . Tools::safeOutput($configuration['PS_SHOP_NAME']) . '] ' . $subject; To $subject = '[' . strip_tags($configuration['PS_SHOP_NAME']) . '] ' . $subject; 1 Link to comment Share on other sites More sharing options...
Peter_Tersluisen Posted January 15, 2020 Author Share Posted January 15, 2020 @tdsoftare @JBW Hey guys or girls or both YES! That's it. That fixed it. Thank you for your quick response 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