Convenience method to calculate the total freight charge for this order.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected void CalcFreightTotal()
Visual Basic (Declaration)
Protected Sub CalcFreightTotal
Visual C++
protected:
void CalcFreightTotal()

Remarks

If AutoCalculateFreightFlag is true, then AutoFreightAmount is re-calculated with the existing properties, otherwise it is set to 0. If there is an error during freight charge calculation, a CError is generated, which may cause an Exception to be thrown.

See Also