Click or drag to resize
ShoppingCartInfoProviderLogDiscountsUseInternal Method
Logs the use of all discounts used in this shopping cart. Fills shopping cart DiscountsToLog collection with applicable catalog, order, shipping, multi buy discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void LogDiscountsUseInternal(
	ShoppingCartInfo cart
)

Parameters

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