Click or drag to resize
ShoppingCartInfoGetApplicableCatalogDiscounts Method
Returns subset of CatalogDiscounts which are to be applied to given product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<IConditionalDiscount> GetApplicableCatalogDiscounts(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU to get discounts for.

Return Value

Type: IEnumerableIConditionalDiscount
See Also