OrderInfoProviderSendOrderPaymentNotificationToCustomerInternal Method |
Sends order payment notification to customer.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void SendOrderPaymentNotificationToCustomerInternal(
ShoppingCartInfo cartObj,
string templateName
)
Parameters
- cartObj
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data - templateName
- Type: SystemString
Name of the template which is used for e-mail. If null or empty, 'Ecommerce.OrderPaymentNotificationToCustomer' template is used
See Also