Jump to content

Order number in confirmation email?


Recommended Posts

edit classes/PaymentModule.php
find
Mail::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 page
choose "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

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...