Click or drag to resize
ShoppingCartTrackActivityAllProductsRemovedFromShoppingCart Method
Logs activity "product removed from shopping cart" for all items in shopping cart.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void TrackActivityAllProductsRemovedFromShoppingCart(
	ShoppingCartInfo shoppingCartInfoObj,
	string siteName,
	int contactId
)

Parameters

shoppingCartInfoObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
siteName
Type: SystemString
Site name
contactId
Type: SystemInt32
ContactID
See Also