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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public 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