ECommerceHelperTrackOrderConversion Method (ShoppingCartInfo, String) |
Tracks order conversion.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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