Click or drag to resize
OrderInfoUpdateOrderStatus Method (Int32)
Assigns order status to order. If can not be used due to global objects settings, looks for site status with the same code name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected void UpdateOrderStatus(
	int statusId
)

Parameters

statusId
Type: SystemInt32
Id of the status
See Also