Is there a way to send a copy of the shipping notice to the admin when an oder is shipped? Version 8.0.1.2
Is there a way to send a copy of the shipping notice to the admin when an oder is shipped? Version 8.0.1.2
That's possible, not out of the box though. If you have source, go to Order.MarkOrderAsShipped() method - this is where you do the modifications, then check out SendOrderEMail() to see how we send mails to multiple addresses.