Click or drag to resize
ShoppingCartInfoRemoveCouponCode 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: SystemString
Shopping cart coupon code to remove
See Also