- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018
02:07 AM
07-16-2018
02:07 AM
Out of stock products at the end of the category page - Magento 2.2.x
I am running Magento 2.2.4 version and I need to display Out of stock products at the end of the categories page.
I have added the below code in vendor/magento/module-catalog/Block/Product/layer.php
$collection->joinField('in_stock', 'cataloginventory_stock_item', 'is_in_stock', 'product_id=entity_id', 'in_stock>=0', 'left')->setOrder('in_stock','desc');
But its not working
Can anyone let me know how to display out of stock products at the end of the page?
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018
02:27 AM
11-19-2018
02:27 AM
Re: Out of stock products at the end of the category page - Magento 2.2.x
You can refer below links for out of stock product at end of list page.
Magento-2 Display out-of-stock products at the end of the-list-page
Using above blog entire module is given for display out of stock product at end of page for category listing page and Search result page.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019
03:39 AM
05-21-2019
03:39 AM
Re: Out of stock products at the end of the category page - Magento 2.2.x
The url you mentioned that code don't work
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019
01:50 AM
07-26-2019
01:50 AM
Re: Out of stock products at the end of the category page - Magento 2.2.x
the solution offered in your blog breaks up sorting by name or by price.