Send Email Confirmation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anos atrás
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 anos atrás
Messages are queued, and then a scheduled task sends the email.
7 anos atrás
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 anos atrás
The CheckoutController calls _orderProcessingService.PlaceOrder(processPaymentRequest), which calls SendNotificationsAndSaveNotes(Order order)
7 anos atrás
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.