Click or drag to resize
ShoppingServiceSendOrderNotifications Method
Sends notifications about created order to administrator and customer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void SendOrderNotifications(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Specifies cart to be logged
See Also