Click or drag to resize
OrderInfoProviderSendOrderPaymentNotificationToAdministratorInternal Method
Sends order payment notification to administrator.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SendOrderPaymentNotificationToAdministratorInternal(
	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.OrderPaymentNotificationToAdmin' template is used
See Also