OrderInfoProviderSendOrderPaymentNotificationToAdministrator Method |
Sends order payment notification to administrator.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static void SendOrderPaymentNotificationToAdministrator(
ShoppingCartInfo cart,
string templateName = null
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data - templateName (Optional)
- Type: SystemString
Name of the template which is used for e-mail. If null or empty, 'Ecommerce.OrderPaymentNotificationToAdmin' template is used
See Also