-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.4
-- PHP version -- : 5.5.34
-- Browser(s) name and version -- : FF,Chrome both updated
I am having an issue getting a tax zone just for Alabama orders setup. The client only wants to collect the 4% sales tax for orders with a billing address that is in Alabama.
Here is what I have setup.
Tax Zone:
Tax Rate:
Tax Rule:
Configuration - Tax::
Product:
Yet, without being logged in, it goes ahead and adds the tax on the product display:
However, if I create an order with this product and setup a billing address in another state, it does properly remove the tax and reduce it to $.99 so it is working. If I create an order with this product and setup a billing address in Alabama, it does properly add the tax and increases the price to $1.03. So it's working.
The issue is why does it display the tax amount in with the base price on the product listing?