NonTaxableField
Specify the name of a column that indicates that a product should not
have sales tax applied to its price.
Synopsis
The parameter is expected to be a column name that is
present in the ProductFiles table(s).
The default is blank, disabling the facility.
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
This directive specifies the name of a column,
in the ProductFiles table(s),
that indicates that a product should not have sales tax applied to its price.
If the column is set true ("1" or "Yes") then
no sales tax will be applied to the item's price.
|
Note
If the named column is not present in the ProductFiles
table then Interchange will apply sales tax to the price and log an error.
|
Example
|
NonTaxableField nontaxable
|