OrderInfoProvider.SendOrderPaymentNotificationToAdministrator Method (ShoppingCartInfo, String) |
Sends order payment notification to administrator.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntaxpublic static void SendOrderPaymentNotificationToAdministrator(
ShoppingCartInfo cartObj,
string templateName
)
Parameters
- cartObj
- Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart data - templateName
- Type: System.String
Name of the template which is used for e-mail. If null or empty, 'Ecommerce.OrderPaymentNotificationToAdmin' template is used
See Also