| ShippingCostInfoProviderRecalculateShippingCosts Method  | 
            Recalculates costs values using the given coefficient. Shipping option charge of parent shipping option record will NOT be changed.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntaxpublic static void RecalculateShippingCosts(
	float coefficient,
	int roundTo,
	string where
)
Parameters
- coefficient
 - Type: SystemSingle
Factor by which values are recalculated - roundTo
 - Type: SystemInt32
Number of significant digits the number should be rounded to - where
 - Type: SystemString
Additional where condition 
See Also