-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Subtotal Cart Price Rule excludes product tax #28472
Comments
Hi @bamboekeizer. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
|
Hi @bamboekeizer. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @bamboekeizer, here is your Magento instance. |
We have the same issue on Magento 2.3.5-p1. For a workaround I changed the free shipping amount to the subtotal price - tax. |
@magento give me 2.3.5-p1 instance |
Hi @bamboekeizer. Thank you for your request. I'm working on Magento 2.3.5-p1 instance for you |
Hi @bamboekeizer, here is your Magento instance. |
Reproduced successfully on 2.3.5-p1 |
Hi @VigneshVenkatesan154. Thank you for working on this issue.
|
Also having this issue. Reproduced on 2.3.5-p1. Temporary workaround is: |
Also having this issue in 2.3.5-p1. found this: removed |
Calculation was not based on correct value magento#28472
@magento give me 2.3.5-p2 instance |
Hi @k4emic. Thank you for your request. I'm working on Magento 2.3.5-p2 instance for you |
Hi @k4emic, here is your Magento instance. |
@magento give me 2.3.5-p1 instance |
Hi @k4emic. Thank you for your request. I'm working on Magento 2.3.5-p1 instance for you |
Hi @k4emic, here is your Magento instance. |
Also reproducible on 2.3.5-p2. We worked around this by introducing a new condition option
|
Bumping this ticket as this is quite a critical feature. The descriptive labels on the address attributes are just plain wrong. The first option was introduced in #21288 but this clearly was a mistake and never properly tested. The suggestion of @k4emic is going towards the right direction with adding the correct option but the labels are still not very descriptive for the excluding tax options. |
I also have the same problem on 2.3.5-p2. thank you! |
I believe I am seeing the same problem. $request->setPackageValue($item ? $item->getBaseRowTotal() : $this->getBaseSubtotal()); $this->getBaseSubtotal() should be $this->getBaseTotal() or $item-getBaseRowTotal should be $item->getBaseSubtotal() |
Duplicate of #29740 |
This persists in 2.3.6. |
Preconditions (*)
Magento ver. 2.3.5-p1 - upgraded from 2.3.3 using composer
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: