Where in the codebase does notification.adminneworder.xml.config get called? I can't seem to find it anywhere.
(Running version 8 w/o source)
I want to call:
At the same time, and then email the OrderXml to the same address as the notifications email.C#/VB.NET Code:
String OrderXml = AppLogic.RunXmlPackage("DumpOrder", null, ThisCustomer, ThisCustomer.SkinID,"" , "OrderNumber=" + OrderNumber.ToString(), false, true);
I really hope I can do this w/o the source.