Click or drag to resize
OrderInfoProviderSendOrderStatusNotificationToCustomer Method
Sends order status notification to customer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void SendOrderStatusNotificationToCustomer(
	ShoppingCartInfo cartObj,
	string templateName = null
)

Parameters

cartObj
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.OrderStatusNotificationToCustomer' template is used
See Also