Sends order notification to customer.
            
Namespace: CMS.EcommerceAssembly: 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: 
System String
Name of the e-mail template which should be used for creating an e-mail 
- defaultTemplate
 - Type: 
System String
Name of the e-mail template which is used if primary template is not specified 
- defaultSubject
 - Type: 
System String
E-mail default subject. It is used if template subject is not specified 
- toCustomer
 - Type: 
System Boolean
True - it is a notification to customer. False - it is a notification to administrator 
- eventSource
 - Type: 
System String
Source of the event which is logged when sending fails 
See Also