IShoppingServiceSetShippingOption Method |
Sets the selected shipping option to the current shopping cart, and evaluates and saves it.
Does nothing if shippingOptionId is the same as the cart already has.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax void SetShippingOption(
int shippingOptionId
)
Parameters
- shippingOptionId
- Type: SystemInt32
Shipping option ID to set.
See Also