Name

SalesTax — specifies sales tax calculation mode

SYNOPSIS

multi | ITL_code | name...

DESCRIPTION

This directive configures sales tax calculation.

The value can be one of three types:

Type Description
multi Enables table-based lookup of tax rates, based upon form input values, by default the values used are country and state.
ITL If the value contains a square bracket, it is interpolated as ITL. The result is used as the amount of the salestax. This could be useful if you want to use a custom UserTag for sales tax calculations.
name... A comma-separated list of form values in priority order. Enables look up of the tax rate "salestax.asc" file.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example:

SalesTax zip,state

NOTES

AVAILABILITY

SalesTax is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 682

['SalesTax',     undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

salestax(7ic)

DocBook! Interchange!