ShippingCostInfoProviderGetShippingCostInfoInternal Method (Int32, Double) |
Returns appropriate shipping cost for given shipping option and weight of delivery.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual ShippingCostInfo GetShippingCostInfoInternal(
int shippingId,
double weight
)
Parameters
- shippingId
- Type: SystemInt32
Id of the shipping option - weight
- Type: SystemDouble
Weight of delivery
Return Value
Type:
ShippingCostInfoSee Also