Click or drag to resize
ShoppingCartInfoProviderSetOrderInternal Method
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#
protected virtual void SetOrderInternal(
	ShoppingCartInfo cartObj,
	bool generateInvoice
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
generateInvoice
Type: SystemBoolean
Indicates if new invoice should be generated from the new order data. It is True by default.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when ShoppingCartCustomerID and/or ShoppingCartCurrencyID not set.
See Also