Click or drag to resize
ShoppingCartInfoRemoveCouponCode Method
Removes the specified coupon code from the shopping cart and evaluates the cart.

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

Parameters

couponCode
Type: SystemString
Coupon code to remove.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when couponCode is null or empty.
See Also