-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Product Detail Page - Tier price (fixed & discount) save percentage displaying wrong calculation #26583
Comments
Hi @srsathish92. 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. @srsathish92 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @krishprakash. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
Hi @krishprakash. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @krishprakash, here is your Magento instance. |
✅ Confirmed by @krishprakash Issue Available: @krishprakash, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@magento give me 2.4-develop instance |
Hi @ihor-sviziev. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @ihor-sviziev, here is your Magento instance. |
We had discussion with @Nazar65 about fixing this issue. There were two options:
During discussion we found that 2nd option will affect too many magento installations that working with tier prices, so decided to go with 1st option. What was done:
Both changes still not merged, but I believe they'll be merged soon |
Hi @srsathish92. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
…n product detail page #26584
Tier price (fixed & discount) save percentage displaying wrong calculation in product detail page.
Preconditions (*)
Steps to reproduce (*)
Price - $100.00
Special price - $65.00
For 2 (Qty) - Fixed $40.00
For 3 (Qty) - Percentage 36%
Expected result (*)
Both fixed and discount save percentage should be applied on final price
Actual result (*)
Fixed price save percentage applied on final price (In our case special price) and Discount save percentage applied on base price.
The text was updated successfully, but these errors were encountered: