ShoppingServiceSendOrderNotifications Method |
Sends notifications about created order to administrator and customer.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void SendOrderNotifications(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Specifies cart to be logged
See Also