OrderInfoProviderUpdateOrderStatusHistoryInternal Method |
Updates order status history and sends notification emails about order status change.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void UpdateOrderStatusHistoryInternal(
OrderInfo orderObj,
int originalStatusId,
bool newOrder
)
Parameters
- orderObj
- Type: CMS.EcommerceOrderInfo
Order data - originalStatusId
- Type: SystemInt32
ID of the status before change. Don't care if newOrder == true - newOrder
- Type: SystemBoolean
True - it is a new order, False - it is an existing order
See Also