Click or drag to resize
IEcommerceActivityLoggerLogProductRemovedFromShoppingCartActivity Method
Logs activity product removed from shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
void LogProductRemovedFromShoppingCartActivity(
	SKUInfo sku,
	int quantity,
	Nullable<int> contactID = null
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU info object.
quantity
Type: SystemInt32
SKU quantity.
contactID (Optional)
Type: SystemNullableInt32
If set overrides ActivityContactID of activity.
See Also