an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > Documentation > Online Help > Store Setup > Tax Rate Configuration
Tax Rate Configuration
Configure Table Based Tax

In Store -> Tax, you could configure your tax rates. To enable "Table Based Shipping", select "Table Based Tax" in the tax provider drop down list and click "Save" button.

Now you could start adding tax region. Click "Add Tax Region" button and you will be prompted a Tax Region Wizard. There are a few predefined tax region which you could load by clicking "Load Predefined Tax Region" Button. You could also define you own tax region. Enter a value for "Tax Region Name" such as New York, Washington etc. In "Tax Region Definitions" choose appropriate conditions that define the tax region. You could enter multiple conditions to define a tax region. These conditions are "AND" clause, meaning all the conditions must be met in order to qualify this tax region. For example, you could define "New York State" as two conditions: Country Equal US, State Equal NY. Note all the values to Country and State must be two-letter code. Click "Next" button when you are done with this step.

Next step is where you define the tax rate for the tax region. Note if the rate is 8.8%, please enter 0.088. When you finish click "Finish" button.

Bulk Import Tax Regions
In Store -> Tax, you could bulk import the tax regions along with the tax rates. Click "Import Tax Regions" button. Select a tax region file and click "Import" button.
 
Here is the description of the tax region file.
 
The tax region file is basically a text file. Each line define one tax region.
<Tax Region Name>,<Tax Rate>,<Conditions Seperated by semi colons>
 
Here is an example of tax region file:
 
NY Sale Tax,0.11,Country=US;State=NY
CA Orange County Sale Tax,0.15,Country=US;State=CA;City=Orange
 
 
More Resources
Quick Links