Click or drag to resize
ShoppingServiceGetCurrentShoppingCart Method
Gets the shopping cart used by the IShoppingService instance. The shopping cart is retrieved using the ICurrentShoppingCartService implementation this instance was initialized with. 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#
public ShoppingCartInfo GetCurrentShoppingCart()

Return Value

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

Implements

IShoppingServiceGetCurrentShoppingCart
See Also