-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
We need to display VAT a 20% tax at checkout and on invoices.
All product pricing entered via admin already includes VAT tax.
We have the same set up using 1.9.2 and everything works fine.
We are now building our new site using 2.1.2 and it does not work.
Current version Magento 2.1.2 CE,
We have created a the tax zone and tax rate and that works fine.
The problem is the product prices entered into admin are the prices including tax
i.e. 100.00 which is the price including tax in the back end.
This products price is being display on the front end as 120.00, the tax has been added to the price that already has the tax included.
Under Stores > Configuration > Sales > Tax > Calculations Settings
When we change the "Catalog Prices" and/or "Shipping Prices" to "Including Tax" it has no effect.
The product is a simple product, default attributes.
Full update and step up test below