Click or drag to resize
ShoppingCartInfoProviderSetOrderItems Method
Creates or updates order items based on the items of the specified shopping cart.

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

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
See Also