Click or drag to resize
ShippingOptionValidatorValidateShippingOption Method
Validates that shipping option is: not null, enabled, applicable to Cart, assigned to the same site as the Cart.

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