Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Copy admin on shipping notice

  1. #1
    mbloescher is offline Junior Member
    Join Date
    Jan 2010
    Posts
    11

    Default Copy admin on shipping notice

    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

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    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.