Create cart orders

To create a cart order, you must perform the following:

  1. Get the orders manager.
    Get and instance of the OrdersManager object.
  2. Create new cart order.
    To create an instance of the CartOrder class, call the CreateCartOrder method of the orders manager. 
  3. Set the properties of the cart order.
    Set the properties of the CartOrder object to the specified values.
  4. Set the llist of cart order addresses.
  5. Save changes.
    Save the changes to the orders manager.

Here is the full code sample:



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?

Next article

Query cart orders