Click or drag to resize
ShoppingServiceLogProductRemovedFromCartActivity Method
Logs the remove from shopping cart activity.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void LogProductRemovedFromCartActivity(
	ShoppingCartItemInfo item,
	Nullable<int> quantity = null
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Item removed from shopping cart.
quantity (Optional)
Type: SystemNullableInt32
Amount of items removed from the shopping cart. If null, the CartItemUnits of item is logged.
See Also