Returns true if this discount is to be applied on the same base as the given discount.
False indicates that discounts are to be applied one after another. False is returned
also when discount parameter is null.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- discount
- Type: CMS.Ecommerce IItemDiscount
Examined discount.
Return Value
Type: BooleanSee Also