OrderInfoProvider.SendOrderNotificationToAdministratorInternal Method |
Sends order notification to administrator.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntaxprotected virtual void SendOrderNotificationToAdministratorInternal(
ShoppingCartInfo cart,
string templateName
)
Parameters
- cart
- 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.OrderNotificationToAdmin' template is used
See Also