Jump to content

Changing the subject of a notification email


Recommended Posts

Is this right? In AdminOrders.php (around Line 161):


Change:

$title = html_entity_decode($this->l('New message regarding your order').' '.$message->id_order, ENT_NOQUOTES, 'UTF-8');



TO:

$title = html_entity_decode($this->l('New message regarding your order #').' '.$message->id_order, ENT_NOQUOTES, 'UTF-8');




Or is there somewhere in the Back Office where I can do this?

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