Query cart orders

Querying a single order

  1. Get an instance of the manager.
    Get an instance of the OrdersManager object.

  2. Get the order.
    To get the order, you must either call the GetCartOrder method and pass the ID of the order as an argument, or call the GetCartOrders method and filter the collection by the desired criteria (e.g. by order number).

Here are examples of querying a single order by ID and by order number:

Querying an order by order number



Querying orders by customer

To query orders by customer, you must perform the following:

  1. Get an instance of the manager.
    Get an instance of the OrdersManager object.  
  2. Get the orders.
    To get the orders, you must call the GetCartOrder method of the manager and filter by the ID of the customer.

Here is a code example:

Querying all orders

To query all orders, you must perform the following:

  1. Get an instance of the manager.
    Get an instance of the OrdersManager object.
  2. Get the cart orders.
    To get the cart orders, you must call the GetCartOrders method of the manager.

Here is a code example:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to 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 .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?