Click or drag to resize
ECommerceHelperTrackAddToShoppingCartConversion Method (ShoppingCartItemInfo)
Tracks add to shopping cart conversion.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void TrackAddToShoppingCartConversion(
	ShoppingCartItemInfo product
)

Parameters

product
Type: CMS.EcommerceShoppingCartItemInfo
Product for which the adding to the shopping cart should be tracked.
See Also