Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom price include tax #3867

Closed
OleksiyOleksiyovych opened this issue Mar 22, 2016 · 3 comments
Closed

Custom price include tax #3867

OleksiyOleksiyovych opened this issue Mar 22, 2016 · 3 comments
Labels
bug report Component: Tax Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update

Comments

@OleksiyOleksiyovych
Copy link

Steps to reproduce

  1. Install Magento from develop or master branch.
  2. Start to create order
  3. Add product with tax (and enter address with tax)
  4. Enter custom price

Expected result

  1. Custom price include tax, so in table sales_order_item fields:
    • price exclude tax
    • price_incl_tax include tax
  2. For example:
  • custom price (with tax) is $100
  • tax is 10%
  • price should $90
  • price_incl_tax is $100

Actual result

  1. In table sales_order_item fields:
    • price include tax
    • price_incl_tax include tax
  2. For example:
  • custom price (with tax) is $100
  • tax is 10%
  • price is $100
  • price_incl_tax is $100
@yangsystem
Copy link

the problem is only for virtual product's
just change that product to a simple product and add weight 0 and all will work fine.
Hope developers see and fix this logic bug.

@IlnitskiyArtem
Copy link

@OleksiyOleksiyovych is this issue still actual?

@magento-engcom-team
Copy link
Contributor

@OleksiyOleksiyovych we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue.

magento-engcom-team pushed a commit that referenced this issue Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Tax Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update
Projects
None yet
Development

No branches or pull requests

8 participants