Click or drag to resize
ShoppingCartInfoProviderSetShoppingCartInfo Method
Sets (updates or inserts) specified shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void SetShoppingCartInfo(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to be set
See Also