Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Ecommerce Namespaces
CMS.Ecommerce
IShoppingService Interface
IShoppingService Methods
AddCouponCode Method
AddItemToCart Method
CalculateShippingOptionPrice Method
CreateOrder Method
GetBillingAddress Method
GetCurrentCustomer Method
GetCurrentShoppingCart Method
GetPaymentOption Method
GetShippingAddress Method
GetShippingOption Method
RemoveAllItemsFromCart Method
RemoveCouponCode Method
RemoveItemFromCart Method
SaveCart Method
SetBillingAddress Method
SetCustomer Method
SetPaymentOption Method
SetShippingAddress Method
SetShippingOption Method
UpdateItemQuantity Method
IShoppingService
RemoveCouponCode Method
Removes the specified coupon code from the current shopping cart and evaluates the cart.
Namespace:
CMS.Ecommerce
Assembly:
CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
Copy
void
RemoveCouponCode
(
string
couponCode
)
Parameters
couponCode
Type:
System
String
Coupon code to remove.
Exceptions
Exception
Condition
ArgumentException
Thrown when
couponCode
is null or empty.
See Also
Reference
IShoppingService Interface
CMS.Ecommerce Namespace
ShoppingCartInfo
Evaluate
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com