Name

TAXCOUNTRY — (partly documented)

SYNOPSIS

{ }

DESCRIPTION

Allows you to supply an alternate string of valid countries to override the standard Country validation.

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

TAXCOUNTRY is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Interpolate.pm
Line 5465 (context shows lines 5455-5469 in fly_tax():5462)

switch_discount_space($oldspace) if defined $oldspace;

return $taxable;
}



sub fly_tax {
my ($area, $opt) = @_;

if(my $country_check = $::Variable->{TAXCOUNTRY}) {
  $country_check =~ /\b$::Values->{country}\b/
    or return 0;
}


AUTHORS

Interchange Development Group

SEE ALSO

TAXRATE(7ic), TAXSHIPPING(7ic)

DocBook! Interchange!