Convenience method to calculate the total freight charge for this order.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
protected void CalcFreightTotal() |
| Visual Basic |
|---|
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.