Click or drag to resize
ShoppingCartInfoProviderMakeShoppingCartCurrent Method
Sets given cart as current users current cart.

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Cart to be set as current users current cart
See Also