DefaultTaxCy, DefaultTax
Use these components to set the tax fields of the order to zero (0). These components are usually replaced by third-party tax components.
The DefaultTax component is for backward compatibility only. The DefaultTaxCy component operates in both Site Server 3.0 Commerce Edition compatibility mode and in Commerce Server 2000 mode pipelines. For more information, see Currency Enhancements.
Note
- The DefaultTaxCy and DefaultTax components do not follow the component coordination rules. The components always sets the total tax and the tax included in the order subtotal to zero (0).
Intended use: Order Processing pipeline, Tax stage.
Configuration Values
None.
Values Read
None.
Values Written
The DefaultTaxCy component assigns values to the following keys in the Order dictionary. The DefaultTax component assigns a value to the same keys but without cy_
.
Key | Description |
_cy_tax_total |
The total tax for the order. |
_cy_tax_included |
The amount of tax already included in the subtotal of the order. |
Remarks
The components set the tax fields to zero (0).