Jump to content

add id_order in the object of the mail order.conf


Recommended Posts

hello,

i want add id_order in the object of the mail I send the customer ( order.conf ) 

I have already changed this line 256-257 in file mail.php in classes/
 

/* Create mail and attach differents parts */
$message = new Swift_Message('['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject  ."-" .$to_name ."-" .$id_order);

I would like the subject of the mail is this:

name of shop(PS_SHOP_NAME) - order confirmation(.$subject) - customer name(.$to_name) - order id (.$id_order)

but the id_order does not appear because the variable does not exist. I tried to insert it but without success.

please help me :)  thanks !

ps: the picture is my hotmail
 

post-721668-0-05776200-1422440028_thumb.png

Link to comment
Share on other sites

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...