ShippingOptionInfoProviderIsShippingOptionApplicableInternal Method |
Checks if shipping option is applicable for given shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual bool IsShippingOptionApplicableInternal(
ShoppingCartInfo cart,
ShippingOptionInfo shippingOption
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart in which shipping option should be used. - shippingOption
- Type: CMS.EcommerceShippingOptionInfo
Shipping option to check if it is applicable.
Return Value
Type:
BooleanSee Also