Click or drag to resize
CouponCodeCollectionIsNotAppliedInCart Method
Returns true when given codes is present in cart, but it is not applied.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public bool IsNotAppliedInCart(
	string couponCode
)

Parameters

couponCode
Type: SystemString

Return Value

Type: Boolean

Implements

ICouponCodeCollectionIsNotAppliedInCart(String)
See Also