Jonathan Posted November 13 Posted November 13 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 November 13 Posted November 13 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
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