Click or drag to resize
ICouponCodeCollectionIsNotAppliedInCart 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: 12.0.0
Syntax
C#
bool IsNotAppliedInCart(
	string couponCode
)

Parameters

couponCode
Type: SystemString

Return Value

Type: Boolean
See Also