Click or drag to resize
ShoppingCartInfo.RemoveCouponCode Method
Removes the specified coupon code from the shopping cart.

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

Parameters

couponCode
Type: System.String
Shopping cart coupon code to remove
See Also