Click or drag to resize
ShoppingCartInfoAddCouponCode Method
Applies the specified coupon code to the shopping cart and evaluates the cart.

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

Parameters

couponCode
Type: SystemString
Coupon code to apply.

Return Value

Type: Boolean
True, if the couponCode is applied. False otherwise.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when couponCode is null or empty.
See Also