Click or drag to resize
OrderInfoProviderRecalculateOrdersInternal Method
Recalculates order prices expressed in main currency using the given coefficient.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void RecalculateOrdersInternal(
	float coefficient,
	int roundTo,
	string where,
	int siteId
)

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
Where condition
siteId
Type: SystemInt32
ID of the site which records are to be recalculated
See Also