Table of Contents

Manually Adding a Tax Rate

Overview

When you cannot or do not want to use a tax database to calculate taxes on your orders, ProductCart allows you to manually enter tax rates and charge taxes based on the customer’s location (but not necessarily his or her postal code), products, or a specified geographic zone.

Manually adding tax by zone is the newest and most flexible way to apply taxes to your store. Originally designed with Canadian taxes in mind because of the different levels of federal and local taxes that need to be applied in this country, this method has been used in many different creative ways such as adding on surcharges to certain products and/or categories. For stores doing business in countries with similarly complex tax rules as Canada, we strongly recommend using the zone method described below.

The first configuration steps are the same for all three manual tax methods (location, product and zone). Click on Enter tax rates manually on the Tax Options window. If you are using a Tax Database, click on Switch to Manual Tax Calculation. Next, configure the following settings:

When you are done, click on the Update & Continue button.

The next screen asks you to choose whether you would like to add a tax rule based on product, location, and/or zone, and it also provides a link to view existing tax rules. Let’s review the different options.

Add tax by location

To add a tax rule that applies taxes to an order based on the location where the customer resides:

  1. Click on Add tax by location
  2. Set the tax rate (to add a 6.5% tax rate, simply enter 6.5)
  3. Define the geographic limitation by selecting a postal code, a US state or a country.

You can have multiple tax rates working at the same time. Use the description field to enter a label for this tax (useful when taxes are displayed separately).

Add tax by product

To add a tax rule that applies taxes to an order based on the shopping cart content:

  1. Click on Add tax by product
  2. Select a product from the drop-down menu
  3. Set the tax rate (to add a 6.5% tax rate, simply enter 6.5 )
  4. Define a geographic limitation by selecting a postal code, a US state or a country.

You can have multiple tax rates working at the same time, so that you may cover all products that fall into a certain product category, for example.

ProductCart does not apply the tax by location on a product for which a tax by product has been entered, thus avoiding double taxation. In other words, when the shopping cart contains a combination of products for which a tax has been specified, and products for which it has not, ProductCart first applies the tax by product, then applies the tax by location (if any) on the rest of the products, unless they are tax-exempt. The tax added to the order is the sum of all taxes calculated on the shopping cart content.

The screenshot below depicts how the cart first applies the tax by product and second the tax by location.

Tax by Zone: Overview

Adding tax by zone is a two-step process. The first step is defining one or more tax zones and the second step is adding/editing a tax rule which will be applied to one or more zones.

Defining a Zone

A zone is made up of the following elements:

  1. A geographic area that consists of a country and a state or province contained in that country. The states and countries are pulled from your State and Country lists that are setup in your store.
  2. A name which is easily identifiable to you. This name will not be shown to the customer; it is for the store owner’s reference only.

After you have completed defining your zones, click on the Complete Tax Zone Configuration button to close the window and refresh the existing Control Page with the new information. If the page does not refresh automatically, you can click on the “refresh” page button in your browser or click on the F5 key on your keyboard.

Add/Edit Tax Rule by Zone

Once you have defined one or more “zones” you will be able to apply a new tax rule definition. The definition has the following components:

Optional Check Boxes:

When applying the this tax is taxable option to a zone, make sure that the Order of the zone is before any other taxes for the same zone. This will ensure that the tax is properly taxed by the other tax rates by zones you have setup.

Tax Rules by Zone and Customer Exemptions

This feature allows you to exempt select customers from paying tax. To access this feature, click on the link to modify your tax rule by zone from the tax summary page and click the button located at the bottom of the modify page that reads view/edit customer exemptions for this tax. You can then add new customers or remove existing customers for the tax rule that you are modifying.

Tax Rules by Zone and Category or Product Exemptions

You can create an exemption list for each tax rule by zone that includes specific products or categories. To access this feature, click on the link zone-specific product/category tax exemptions for tax by zone rules from the tax summary page.

The first time you view this page click on the Add New Rules button to get started. The following two items are included in this page:

Additional Tax by Zone Exemption Settings Not Available through the Control Panel

It has come to our attention that there are different interpretations on proper taxation when a cart contains both products that are set as exempt from a certain tax rule by zone and products that are not exempt. Some store owners believe that taxes are applied to all the products when a “non-exempt” product is in the cart, while others believe those exempt products should never be charged the tax they are exempt from. Again, we recommend that you seek expert tax advice to consider your specific situation. To allow for these differences in interpretation, we have created a hard-coded flag in the file called orderVerify.asp located in the pc folder. Towards the top of this page, locate the following code:

intTaxExemptZoneFlag="1" 

Change the “1” to “0” if you want to tax any tax zone exempt products when they are added to the cart with taxable products. Keep the “1” in place to ensure that tax zone exempt products are never taxed for that zone.

Tax by Zone for Canadian online stores

In Canada taxes on retail sales are calculated differently in different regions of the country. For example:

FIXME - Add more details about using Tax by Zones to accommodate Canadian sales tax requirements