Click or drag to resize
ShoppingCartTrackActivityPurchasedProducts Method
Logs activity "purchase" for all items.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void TrackActivityPurchasedProducts(
	ShoppingCartInfo shoppingCartInfoObj,
	string siteName,
	int contactId
)

Parameters

shoppingCartInfoObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
siteName
Type: SystemString
Site name
contactId
Type: SystemInt32
Contact ID
See Also