Monthly Archives: March 2022

How to fix Magento 2.4.x sort by position category products issue

This is very common problem which is being faced by all of magento 2 stores. Even Magento support saying it is fixed but still it is not working old stores which have customized plugins. So simple fix it, go to file location vendor/magento/module-catalog-search/Model/ResourceModel/Fulltext/Collection.php We have to update function _renderFiltersBefore. See below function /** * @inheritdoc… Read More »