Click or drag to resize
OrderInfoProviderUpdateOrderStatusHistoryInternal Method
Updates order status history and sends notification emails about order status change.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
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