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

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

Parameters

couponCode
Type: SystemString
Shopping cart coupon code to apply

Return Value

Type: Boolean
See Also