Hi is there anyway that we can send emails to the customers as we updated the customer Notes.
more specific,
when we update the Customer notes for an Order,
can the system send an email to Customer with that notes.
thanks
Hi is there anyway that we can send emails to the customers as we updated the customer Notes.
more specific,
when we update the Customer notes for an Order,
can the system send an email to Customer with that notes.
thanks
That would take some customization, but it wouldn't be too difficult. Modify the admin page that you're editing the notes on to use the AppLogic.SendMail method.
You can start looking in {root}/admin/orderframe.aspx.cs file and set breakpoints from the lines below.
this requires source because that's method is from Gateway.cs class.
then from Gateway.OrderManagement_SetCustomerServiceNotes(), you can add a call to AppLogic.SendMail() method which allows you to send an email with the required parameters. You'll have to create a custom XMLPackage file also for the email format.
it is possible to use one gateway that is not on the list of gateway that provides for asdotnetstorefront ... if so how I can do it? in Venezuela there emerchant ... how to make the necessary configuration?