Click or drag to resize
ShoppingCartInfoProviderLogDiscountsUse Method
Logs the use of all discounts used in this shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void LogDiscountsUse(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
The shopping cart.
See Also