SteveW1805 Posted April 12, 2011 Share Posted April 12, 2011 How can I put the order number in the subject line of the order confirmation email?Many thanks for any help. Link to comment Share on other sites More sharing options...
SteveW1805 Posted April 17, 2011 Author Share Posted April 17, 2011 edit classes/PaymentModule.phpfindMail::Send((int)($order->id_lang), 'order_conf', Mail::l('Order confirmation'), $data... and change the line to Mail::Send((int)($order->id_lang), 'order_conf', Mail::l('Order confirmation') .' order#'.$order->id, $data... You may also want to edit the existing translatable Subject text, so visit the backoffice Tools } Translations pagechoose "Email template translations" in the selectbox and click the flag icon Thank you.I just bought the customail add on because I thought I could manage emails more easily. However, the order confirmation email that I refer to above seems to be sent within the paymentmodule.php .Is this behaviour different to other emails?Many thanks,S Link to comment Share on other sites More sharing options...
SteveW1805 Posted April 17, 2011 Author Share Posted April 17, 2011 unsure whether I can hep you further. I've never seen "customail add on".You could inquire with the module author to find out "Is this behaviour different to..." Yes, I have done that now.Many thanks to you Link to comment Share on other sites More sharing options...
SteveW1805 Posted May 10, 2011 Author Share Posted May 10, 2011 The code quoted above appears to be for the customer notification email. I am interested in the store owner order confirmation email. Can anyone help with this?Many thanks in advance. 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