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

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:



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?

Next article

Query cart orders