The MDVA-28202 patch solves the issue where out of stock products aren’t filtered properly using Price filter on a Adobe Commerce store frontend. This patch is available when the Quality Patches Tool (QPT) v.1.0.6 is installed.
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.
Out of stock products do not filter properly using Price filter in the Commerce Admin.
Prerequisite:
Steps to reproduce:
catalog_product_index_price
table using entity id of the above configurable product.Expected result:
The product filters under the correct price range as expected.
Actual result:
The product falls under wrong price range filter.
To apply individual patches use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT tool, refer to the Patches available in QPT tool section.
To learn more about configurable products, refer to this article in our developer documentation: Create a configurable product tutorial in our developer documentation.