Anyone know where in the source it sends the receipt emails?
Not in the site code on the orderconfirmation page,
...but in the source on the WSI call to <OrderManagement Action="SendReceipt" ..>
I have a console app doing hourly updates from their ERP via XML on shipped orders.
1. site gets order / authorizes card / sends via XML to offsite ERP
2. console app checks ERP via XML to see what orders have shipped and uses WSI to 'markasshipped w/tracking#' and 'sendreceipt' via <OrderManagement..> nodes.
works great...
Client wants to be CC'd on each shipped email to confirm tracking numbers are correct.
Where do I find it in the source?
Thanks