Speed up widget development with Sitefinity MCP server. Learn more...

Modify the status of a cart order

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:

  • Unknown
    Specifies that the status of the order is unknown.
  • Pending
    Specifies that the order is made, but is not processed.
  • Paid
    Specifies that the order is paid.
  • Declined
    Specifies that the order is declined.
  • Shipped
    Specifies that the order is shipped.
  • Authorized
    Specifies that the order is authorized.
  • Cancelled
    Specifies that the order is cancelled.
  • Deleted
    Specifies that the order is soft-deleted.
  • Returned
    Specifies that the order is returned.

    To modify the status of an order, you must perform the following:

    1. Get the orders manager.
      Get an instance of the OrdersManager object.
    2. Get the cart order.
      Get the specified cart order. For more information, see For developers: Query cart orders.
    3. Set the new cart order status.
      Set the OrderStatus property of the CartOrder instance to the desired value.
    4. Save the changes.
      Save the changes to the manager.

    Following is a code example of how to modify a cart order status:





NEW TO SITEFINITY?

Want to learn more?

Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.

Get started with Integration Hub | Sitefinity Cloud

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting your Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity ASP.NET Core and take advantage of its decoupled architecture and modern development model.

Was this article helpful?