ShoppingCartInfoRemoveCouponCode Method |
Removes the specified coupon code from the shopping cart and evaluates the cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public void RemoveCouponCode(
string couponCode
)
Parameters
- couponCode
- Type: SystemString
Coupon code to remove.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when couponCode is null or empty. |
See Also