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: 8.2.23
Syntax
C#
public static void SetOrder(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
See Also