Jonathan Posted Wednesday at 09:57 AM Posted Wednesday at 09:57 AM Prior to upgrading, Order confirmation emails had the Order Reference in the subject line. After upgrading, without making any changes to translations my confirmation emails are going out like this Order confirmation {order_name} Have the placeholder codes changed or is this a bug that someone can advise how to resolve? Thanks
0 datakick Posted Wednesday at 10:37 AM Posted Wednesday at 10:37 AM It probably depends on mail transport module you are using. Old tbswiftmailer module delegates placeholder replacement to swiftmailer library (Swift_Plugins_DecoratorPlugin class), and this probably applies the replacement to subject as well. New tbphpmailer module does the replacement manually, and only for email body. I'm not sure if this is a bug in the module, or in core Tracked here: https://github.com/thirtybees/thirtybees/issues/1923
0 Jonathan Posted Wednesday at 11:05 AM Author Posted Wednesday at 11:05 AM Awesome - thank you. I will give it a go.
0 Jonathan Posted Wednesday at 11:54 AM Author Posted Wednesday at 11:54 AM Thank you - this change has fixed my issue.
Question
Jonathan
Prior to upgrading, Order confirmation emails had the Order Reference in the subject line.
After upgrading, without making any changes to translations my confirmation emails are going out like this
Order confirmation {order_name}
Have the placeholder codes changed or is this a bug that someone can advise how to resolve?
Thanks
4 answers to this question
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