OrderInfoProvider SendEmailNotificationInternal Method Kentico 8.1 API Reference
Sends order notification to customer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

cartObj
Type: CMS.Ecommerce ShoppingCartInfo
Shopping cart info object
templateName
Type: OnlineSystem String
Name of the e-mail template which should be used for creating an e-mail
defaultTemplate
Type: OnlineSystem String
Name of the e-mail template which is used if primary template is not specified
defaultSubject
Type: OnlineSystem String
E-mail default subject. It is used if template subject is not specified
toCustomer
Type: OnlineSystem Boolean
True - it is a notification to customer. False - it is a notification to administrator
eventSource
Type: OnlineSystem String
Source of the event which is logged when sending fails
See Also