Click or drag to resize
IShoppingCartCacheStoreCart Method
Stores current visitor's ShoppingCartInfo to the cache.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void StoreCart(
	ShoppingCartInfo cart
)

Parameters

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