Click or drag to resize
ShoppingCartInfoProviderSetOrder Method (ShoppingCartInfo)
Creates or updates order based on the data of the specified shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void SetOrder(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when ShoppingCartCustomerID and/or ShoppingCartCurrencyID not set.
See Also