espacious Posted April 4, 2019 Share Posted April 4, 2019 (edited) Hi, can anyone point me to the right solution to NOT show products with quantity 0 on prices-drop page? I was able to modify the sorting order altering PricesDropController.php in \controllers\front\listing\ But cant find a solution to remove products with no quantity. I use prestashop 1.7.5.1 Thanks in advance Edited April 4, 2019 by espacious (see edit history) Link to comment Share on other sites More sharing options...
espacious Posted April 5, 2019 Author Share Posted April 5, 2019 Ok i found a way. i modified 2 files: classes/Product.php around line 2905 AND stock.`quantity` > 0 and to change sort order: controllers/front/listing/PricesDropController.php around line 49 ->setSortOrder(new SortOrder('product', 'price', 'desc')) Hope helps someone. Link to comment Share on other sites More sharing options...
raypenbar Posted January 27, 2022 Share Posted January 27, 2022 On 4/5/2019 at 8:49 AM, espacious said: Hope helps someone. Yes, thanks ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now