tzyganu / magento2-stock-filter

MIT License
12 stars 9 forks source link

not working in magent 2.4 #5

Open ia-gaurav opened 3 years ago

ia-gaurav commented 3 years ago

not working in magent 2.4

itsmerajshrestha commented 3 years ago

@ia-gaurav I have added pull request for magento 2.4, you can use that for magento 2.4

ia-gaurav commented 3 years ago

@itsmerajshrestha i get below error :

Exception #0 (Zend_Db_Select_Exception): You cannot define a correlation name 'stock_status_index' more than once

itsmerajshrestha commented 3 years ago

@ia-gaurav try commenting $this->_addStockStatusToSelect($collection->getSelect(), $websiteId); from Easylife/StockFilter/Model/Plugin/FilterList.php line number 92

ia-gaurav commented 3 years ago

after commenting it module seems working, is it stable to use