Magento2: Setting Tax -> Calculation Settings -> Catalog Prices-> Including Tax don't works

Created on 13 Feb 2017  路  1Comment  路  Source: magento/magento2

Preconditions

  1. Magento 2.1.3 with sample data
  2. Cache disabled

Steps to reproduce

  1. Set Configuration -> Setting Tax -> Calculation Settings -> Catalog Prices in "Including Tax"
  2. Set Configuration -> Setting Tax -> Price Display Settings -> Display Product Prices In Catalog in "Including and Excluding Tax"
  3. rm -rf var/cache
  4. php bin/magento indexer:reindex
  5. Sign in as [email protected]

Expected result

  1. If product price in admin product page is 100$, I should see on the front:
  2. price including tax: 100$
  3. price excluding tax: (100$ - tax price)

Actual result

  1. Wrong Calculation:
  2. price including tax: 100$ + tax price
  3. price excluding tax: (100$)
  4. Screenshots:
    https://drive.google.com/file/d/0B__P_POF2b9aVEZQS0ZyM3VBaHc/view?usp=drivesdk
    https://drive.google.com/file/d/0B__P_POF2b9aSmJvMUNodmdiY0E/view?usp=drivesdk
Tax

Most helpful comment

This is not a bug. Please set your shipping origin (Store->Configuration->Sales->Shipping Settings->Origin) to the same location as your store. Then make sure you have a valid rule and tax rate for your store's location. Then Magento will interpret the catalog tax rate as the same tax rate as the store's tax rate.

>All comments

This is not a bug. Please set your shipping origin (Store->Configuration->Sales->Shipping Settings->Origin) to the same location as your store. Then make sure you have a valid rule and tax rate for your store's location. Then Magento will interpret the catalog tax rate as the same tax rate as the store's tax rate.

Was this page helpful?
0 / 5 - 0 ratings