Click or drag to resize
DiscountCouponInfoApplyTogetherWith Method
Returns false. Discounts coupons are applied on result of previous discounts application.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public bool ApplyTogetherWith(
	IItemDiscount discount
)

Parameters

discount
Type: CMS.EcommerceIItemDiscount
Examined discount.

Return Value

Type: Boolean

Implements

IItemDiscountApplyTogetherWith(IItemDiscount)
See Also