Click or drag to resize
IShoppingServiceCalculateShippingOptionPrice Method
Returns price of the given shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
decimal CalculateShippingOptionPrice(
	ShippingOptionInfo shippingOptionInfo
)

Parameters

shippingOptionInfo
Type: CMS.EcommerceShippingOptionInfo
Shipping option for which the price is calculated.

Return Value

Type: Decimal
See Also