{* $Id: states.tpl,v 1.11 2002/12/04 11:31:01 zorg Exp $ *} {include file="location.tpl" last_location="States/Tax"} This section allows you to setup taxes based on Zip codes. This option gives you a way to make more specific taxing based on a smaller area.

Sample Zipcode masks:

  • '5000%' - matches zipcode which starts with '5000'
  • '55%1' - matches zipcode which starts with '55' and ends with '1'
  • {capture name=dialog} {section name=ziptax loop=$zipcode_taxes} {/section}
    Zipcode mask Tax(flat) Tax(%)

    Add new tax rate
    {/capture} {include file="dialog.tpl" title="Zip/Tax" content=$smarty.capture.dialog extra="width=100%"}

    This section allows you to update the USA (state level) sales tax controls for your store. This controls how sales taxes are calculated and applied (according to the state level) to the orders shipped to USA customers.

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