Click or drag to resize
OrderInfoProvider.SendOrderPaymentNotificationToAdministrator Method (ShoppingCartInfo, String)
Sends order payment notification to administrator.

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