Indicates if this discount is affecting the price of given cart item, i.e. this method returns true for items
discounted by this discount.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- item
- Type: CMS.Ecommerce ShoppingCartItemInfo
Item to check.
Return Value
Type: BooleanSee Also