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: 12.0.0
Syntax
C#
public static void SetOrderItems(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
See Also