Click or drag to resize
ShoppingCartInfoGetApplicableShippingDiscounts Method
Returns subset of ShippingDiscounts which are to be applied to shipping of this shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<IConditionalDiscount> GetApplicableShippingDiscounts()

Return Value

Type: IEnumerableIConditionalDiscount
See Also