| OrderItemInfoProviderRecalculateOrderItems Method  | 
            Recalculates order items using given coefficient.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntaxpublic static void RecalculateOrderItems(
	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