ShoppingCartTrackActivityPurchase Method |
Logs activity "purchase".
Namespace: CMS.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax 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