Click or drag to resize
ShoppingServiceClearShippingOptionIfNotShippableInternal Method
Removes the shipping option from the current shopping cart if it's not needed anymore, evaluates and saves the cart. Does nothing if the cart has no shipping option or contains a shippable product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected virtual void ClearShippingOptionIfNotShippableInternal()
See Also