ASPX templates
Version 6.x > ASPX templates > Ecommerce - Order status notifications View modes: 
User avatar
Member
Member
seanbun - 6/19/2013 7:12:05 PM
   
Ecommerce - Order status notifications
Kentico provides a way to send notification on order status. We can turn on/off per order status. If the order status is on, Kentico would send admin and customer an notification.

My question is is there any way I can turn off one of the parties?

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 6/21/2013 4:32:56 AM
   
RE:Ecommerce - Order status notifications
Hello Sean,

You can customize this behaviour in the file: \CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartContent.ascx.cs around line 515 where the following methods are used:
OrderInfoProvider.SendOrderNotificationToAdministrator(ShoppingCart);
OrderInfoProvider.SendOrderNotificationToCustomer(ShoppingCart);

Another way could be to disable notifications and create Global Event Handler which will send e-mails via the code.

Best regards,
Martin Danko