-
Notifications
You must be signed in to change notification settings - Fork 9.4k
M2.2.6 : Special price of 0.0000 is not shown on frontend, but is calculated in cart #18268
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
Comments
Hi @kanduvisla. 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:
where @kanduvisla do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
I have the same issue, also on a fresh magento 2.2.6 |
Hi |
Hi @kanduvisla. Thank you for your report.
The fix will be available with the upcoming 2.2.8 release. |
Hi @kanduvisla. Thank you for your report. The fix will be available with the upcoming 2.3.1 release. |
If you have a product with a special price of 0.00, this is not shown on the frontend. Not in the product listings and also not on the product detail page.
However, if you add it to the cart, you'll see that the special price of 0.00 is used.
Preconditions
Steps to reproduce
Expected result
The price should be shown as from/to
Actual result
The regular price is shown. However, the 0.00 price is used for sorting and quote calculations
This bug can be dangerous because it can cause a typo to provide a free product without the frontend directly reflecting this (for example, an import process may accidentally have set all special prices to 0.00, but the store owner cannot see this on the frontend). Free products for everyone!
The text was updated successfully, but these errors were encountered: