Okay, I have been searching the forum for days and I still can't find what I'm looking for, so I'm just going to ask again.
As far as I remember, I had edited some of the core files (following a previous post) so that when an admin changed an order's status and selected "Notify Customer", the email notification would also be copied to the admin email address for reference.
Had it working fine until I forgot and overwrote the file with the original (OC v 1.5.3.1). Oops...
Can anyone help point me in the right direction? I would really, really appreciate it.
Sarah
Open /admin/model/sale/order.php and find this code:
Below it add this :
Really you can place any email you want there like this:
Good day.
Code: Select all
$mail->send();
Code: Select all
$mail->setTo($this->config->get('config_email'));
$mail->send();
Code: Select all
$mail->setTo("youremail.com");
$mail->send();
Who is online
Users browsing this forum: No registered users and 142 guests