-- HikaShop version -- : Business 3.2.1
-- Joomla version -- : 3.8.1
-- PHP version -- : 7.1.7
-- Browser(s) name and version -- : Chrome
Europe has different tax system than USA, the standard way in USA is to show final invoice by
product cost without tax, shipping cost without tax, and add the tax of both product and shipping to the final total amount.
for example, I am in New York, I only need to collect sale tax for ship-to address is in New York,
so if the ship-to address is outside of New York,
I would expect this,
Price: $179.95 (it's for the price of the product, no tax included)
Subtotal: $179.95
Shipping: $5.16 (it's for the shipping cost)
Total: $185.11
The current setting seems working as what I expected,
However if a ship-to address is also in New York, I would expect the following:
Price: $179.95 (it's for the price of the product, no tax included)
Subtotal: $179.95
Shipping: $5.16 (it's for the shipping cost)
Taxes: $16.43 (it's for the total tax, ($179.95 + $5.15) * 8.875 % = $16.43)
Total: $201.53 ($179.95 + $5.16 + $16.43=$201.54)
But the current setting doesn't work as what I expected, instead (please see attached)
Please let me know how to fix this.
Thank you!