ShoppingServiceLogProductRemovedFromCartActivity Method |
Logs the remove from shopping cart activity.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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