Click or drag to resize
CouponCodeCollectionIsAppliedInCart Method
Returns true when given codes is present and was applied in cart.

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

Parameters

couponCode
Type: SystemString

Return Value

Type: Boolean

Implements

ICouponCodeCollectionIsAppliedInCart(String)
See Also