Click or drag to resize
OrderInfoProvider.SendOrderNotificationToAdministratorInternal Method
Sends order notification to administrator.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected 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