Click or drag to resize
ShoppingCartTrackActivityPurchase Method
Logs activity "purchase".

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 TrackActivityPurchase(
	int orderId,
	int contactId,
	string siteName,
	string url,
	double totalPrice,
	string totalPriceAsString
)

Parameters

orderId
Type: SystemInt32
Order ID
contactId
Type: SystemInt32
Contact ID
siteName
Type: SystemString
Site name
url
Type: SystemString
URL
totalPrice
Type: SystemDouble
Total price
totalPriceAsString
Type: SystemString
Total price user friendly formatted
See Also