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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected void UpdateOrderStatus(
int statusId
)
Parameters
- statusId
- Type: SystemInt32
Id of the status
See Also