Click or drag to resize
IConditionalDiscountApplyTogetherWith Method
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.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
bool ApplyTogetherWith(
	IConditionalDiscount discount
)

Parameters

discount
Type: CMS.EcommerceIConditionalDiscount
Examined discount.

Return Value

Type: Boolean
See Also