IShippingPriceCalculatorGetPrice Method |
Calculates shipping costs of delivering the delivery.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax decimal GetPrice(
Delivery delivery,
string currencyCode
)
Parameters
- delivery
- Type: CMS.EcommerceDelivery
Delivery to be checked. - currencyCode
- Type: SystemString
Code of currency to return shipping price in (e.g. USD or EUR).
Return Value
Type:
DecimalPrice in currency specified by currencyCode.
See Also