Skip to content

Setting Tax -> Calculation Settings -> Catalog Prices-> Including Tax don't works #8528

@sergei-sss

Description

@sergei-sss

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 roni_cost@example.com

Expected result

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

Actual result

  1. Wrong Calculation:
  • price including tax: 100$ + tax price
  • price excluding tax: (100$)
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions