-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Forwardport] Fix the special price expression #17799
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
[Forwardport] Fix the special price expression #17799
Conversation
Hi @mage2pratik. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @mage2pratik . We will process this PR ASAP
Hi @osrecio, thank you for the review. |
Hi @mage2pratik. Thank you for your contribution. |
Accepted Public Pull Requests: - #18737: [BUGFIX] GITHUB-18264 Backport of #17799 for the 2.2 branch (by @kanduvisla) - #16940: Resolve incorrect scope code selection when the requested scopeCode is null (by @matthew-muscat) Fixed GitHub Issues: - #18264: M2.2.6 : "Order by price" not working in product listing (reported by @kanduvisla) has been fixed in #18737 by @kanduvisla in 2.2-develop branch Related commits: 1. 36a3c26 - #16939: Incorrect configuration scope is occasionally returned when attempting to resolve a null scope id (reported by @matthew-muscat) has been fixed in #16940 by @matthew-muscat in 2.2-develop branch Related commits: 1. d79cfa9 2. a9c4838 3. 93edb38
Description
The priority of "OR" is lower then "AND". That's why we have to add brackets around OR-expresstion.
Fixed Issues (if relevant)
Manual testing scenarios
N/A
Contribution checklist
Original PR
#16510