WODP Posted March 4, 2009 Share Posted March 4, 2009 Hello all,1. How is it possible to edit 'subjects' in emails sent from shop.Now it is in form: '[shopname]OrderStatus' and it always recognises it as spam. In Order -- Order statuses -- i have tryed to edit Payment accepted and Order confirmation.When someone makes an order he gets original: '[shopname]Order confirmation' instead of '[shopname]ORDER test' (since i translated Order confirmation to order test (and yes, i kept order-conf template and no icon).But when i translated (better renamed) 'Payment accepted' to 'Payment OK' it works.How to repair this to show my renamings? Should i revert everything to original (and which files to overwrite?).2. In some messages like Order confirmation i have different encoding than in Payment accepted. well, at least i think so, becouse in one message this letter Ž shows ok, in other - NOT. I just tried adding some content to email HTML and TXT files.Regards in advance!!WODP Link to comment Share on other sites More sharing options...
Tryintolearn Posted August 3, 2010 Share Posted August 3, 2010 I have the same problem! In the "Subject" field it shows shop's name i.e. [shop name] Your new password, [shop name] xyz, etc. How can we remove the shop name from appearing in subject field. Also, when I click on the "Email" from Prefrence > Email, it does not show anything below it. It worked fine in my previous installation. Thanks in advance. Link to comment Share on other sites More sharing options...
rocky Posted August 5, 2010 Share Posted August 5, 2010 Change line 93 of classes/Mail.php from: $message = new Swift_Message('['.Configuration::get('PS_SHOP_NAME').'] '.((is_array($_LANGMAIL) AND key_exists($subject, $_LANGMAIL)) ? $_LANGMAIL[$subject] : $subject)); to: $message = new Swift_Message(/*'['.Configuration::get('PS_SHOP_NAME').'] '.*/((is_array($_LANGMAIL) AND key_exists($subject, $_LANGMAIL)) ? $_LANGMAIL[$subject] : $subject)); Link to comment Share on other sites More sharing options...
Tryintolearn Posted August 5, 2010 Share Posted August 5, 2010 Thanks Rocky. You're a star mate. Will try and post the feed back. Cheers.It worked...just perrrrrrrrrrrrrrrfect :-)Told u you're a star Rocky. Link to comment Share on other sites More sharing options...
Tryintolearn Posted August 5, 2010 Share Posted August 5, 2010 Thanks Rocky. You're a star mate. Will try and post the feed back. Cheers.It worked...just perrrrrrrrrrrrrrrfect :-)Told u you're a star Rocky. Link to comment Share on other sites More sharing options...
lily Posted August 5, 2010 Share Posted August 5, 2010 Je voudrais signaler un problème de traduction d'email également. Quand je me suis connecté les pages en chinois, j'ai passé la commande, mais le email émis est en caractère bizarre. Est-ce que vous pourrez m'éclaircir ? Merci d'avance pour votre aide.http://www.frenchwinedistribution.com/ 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