I *thought* that order update emails went to the admin email address too?
If they are supposed to where is that setting?
If they do not natively then how do we get it to do that?
I would assume I would duplicate the new email lines
Code: Select all
$mail = new Mail();
$mail->protocol = $this->config->get('config_mail_protocol');
$mail->parameter = $this->config->get('config_mail_parameter');
...
$mail->send();
Could someone clear this up for me?
Thank you,
Mike