ShoppingCartCouponCodeInfoProviderDeleteShoppingCartCouponCodeInfo Method (Int32, String) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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