ECommerceHelperTrackOrderConversion Method |
Tracks order conversion.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static void TrackOrderConversion(
ShoppingCartInfo cart,
string name = null
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data - name (Optional)
- Type: SystemString
Order conversion name. If it is set, it is used instead of the 'Order' conversion name from the settings.
See Also