The status of a cart order is specified via the Telerik.Sitefinity.Ecommerce.Orders.Model.OrderStatus enumeration. The cart order can have one of the following values:
To modify the status of an order, you must perform the following:
Following is a code example of how to modify a cart order status:
Back To Top