Click or drag to resize
ShoppingServiceSetShippingOption Method
Sets the selected shipping option to the current shopping cart, evaluates it and persists changes in the database. Does nothing if shippingOptionId is the same as the cart already has.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual void SetShippingOption(
	int shippingOptionId
)

Parameters

shippingOptionId
Type: SystemInt32
Shipping option ID to set.

Implements

IShoppingServiceSetShippingOption(Int32)
See Also