Click or drag to resize
ShoppingCartCouponCodeInfoProviderDeleteShoppingCartCouponCodeInfo Method (Int32, String)
Deletes specified ShoppingCartCouponCodeInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void DeleteShoppingCartCouponCodeInfo(
	int shoppingCartID,
	string couponCode
)

Parameters

shoppingCartID
Type: SystemInt32
ID of shopping cart which has the coupon code applied.
couponCode
Type: SystemString
Code of coupon to be deleted.
See Also