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

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
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