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

[Vouchers] For tax included in price the tax amount is not updated after applying the voucher #11363

Closed
drummer83 opened this issue Aug 8, 2023 · 0 comments · Fixed by #11593
Assignees
Labels
bug-s2 The bug is affecting any of the non-critical features described in S1 and there is no workaround.

Comments

@drummer83
Copy link
Contributor

Description

If tax is included in price there are two adjustments needed (see first example here):
- Reduce the order total (amount). ✔️
- Reduce the included tax. This is not happening currently, the tax included value is still calculated on the order total without the discount. ❌
image
image

Expected Behavior

Included taxes should be calculated based on the discounted produce cost.
There should be an order adjustment to reflect this or the tax included amount in the back office should be corrected.

Actual Behaviour

Included taxes are still calculated based on the original produce cost (without discount).
There is no order adjustment for included taxes.

Steps to Reproduce

  1. As enterprise user set up a shop with a percentage voucher and a product with included tax.
  2. As customer put that product in your cart.
  3. Proceed to checkout step 2.
  4. Select the percentage voucher and a payment method.
  5. Proceed to step 3.
  6. Calculate the numbers.

Animated Gif/Screenshot

See above.

Workaround

Severity

Your Environment

  • Version used:
  • Browser name and version:
  • Operating System and version (desktop or mobile):

Possible Fix

@RachL RachL added the bug-s2 The bug is affecting any of the non-critical features described in S1 and there is no workaround. label Sep 18, 2023
@rioug rioug self-assigned this Sep 25, 2023
@drummer83 drummer83 assigned drummer83 and unassigned drummer83 Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-s2 The bug is affecting any of the non-critical features described in S1 and there is no workaround.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants