OrderInfoProvider UpdateOrderStatusHistoryInternal Method Kentico 8.0 API Reference
Updates order status history and sends notification emails about order status change.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

orderObj
Type: CMS.Ecommerce OrderInfo
Order data
originalStatusId
Type: OnlineSystem Int32
ID of the status before change. Don't care if newOrder == true
newOrder
Type: OnlineSystem Boolean
True - it is a new order, False - it is an existing order
See Also