Click or drag to resize
IShoppingServiceGetCurrentShoppingCart Method
Gets the shopping cart used by the IShoppingService instance. This member is a backing method of the get_CurrentShoppingCart property.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
ShoppingCartInfo GetCurrentShoppingCart()

Return Value

Type: ShoppingCartInfo
ShoppingCartInfo object representing the shopping cart on the current site.
See Also