4.31. fly_tax
4.31.1. Summary
Parameters: area
Positional parameters in same order.
Pass attribute hash as last to subroutine: no
Must pass named parameter interpolate=1 to cause interpolation.
Invalidates cache: no
Called Routine:
ASP-like Perl call:
$Tag->fly_tax(
{
area => VALUE,
}
)
OR
$Tag->fly_tax($area);
[fly_tax area]
| Parameters | Description | Default |
| area | DEFAULT_VALUE |
| Attributes | Default |
| interpolate (reparse) | No |
| Other_Charactreristics | |
| Invalidates cache | no |
| Container tag | No |
| Has Subtags | No |
| Nests | Yes |
Tag expansion example:
[fly_tax area] --- TAGRESULT
ASP-like Perl call:
$Tag->fly_tax( { area => VALUE_area
}, $body );
or similarly with positional parameters,
$Tag->fly_tax(area, $attribute_hash_reference, $body);
4.31.2. Description
Builds a tax rate from taxarea, taxrate, taxshipping, variable values, and the SalesTax directive value.