Click or drag to resize
ECommerceHelperTrackOrderConversion Method (ShoppingCartInfo, String)
Tracks order conversion.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void TrackOrderConversion(
	ShoppingCartInfo cart,
	string name
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
name
Type: SystemString
Order conversion name. If it is set, it is used instead of the 'Order' conversion name from the settings.
See Also