{* $Id: countries.tpl,v 1.8 2002/10/21 07:06:44 zorg Exp $ *} {include file="location.tpl" last_location="Countries/Tax"} This page allows you to define sales taxes for different countries. Sales taxes are only applied to orders shipped to the countries below that have a sales tax amount or percentage defined for them.

{capture name=dialog} {section name=country loop=$countries} {/section}
Country Code Tax(flat) Tax(%)
{$countries[country].country} {if $login eq $countries[country].provider}defined{else}{$countries[country].provider}{/if} {$countries[country].code}
{/capture} {include file="dialog.tpl" title="Countries/Tax" content=$smarty.capture.dialog extra="width=100%"}