Send Email Confirmation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 лет назад
I'm working with Nop v3.5.  When the confirm order button is clicked an confirmation email is sent.  What controller or model performs this task?

Thank you in advance for your advise and assistance.

JohnJ
7 лет назад
Messages are queued, and then a scheduled task sends the email.
7 лет назад
Thank you for the reply.  I had that much info.  I was actually looking for the controller/model that initiated the message into queue.  I think I've found it: Nop.Services.Orders.OrderProcessingService.

JohnJ
7 лет назад
The CheckoutController calls _orderProcessingService.PlaceOrder(processPaymentRequest), which calls SendNotificationsAndSaveNotes(Order order)
7 лет назад
Thank you.  I'll give it a look.

JohnJ
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.