D
D
Dmax992020-11-11 20:42:38
opencart
Dmax99, 2020-11-11 20:42:38

How to remove items that are out of stock at the end of the list?

Hi guys! I'm trying to put out-of-stock items at the end of the list, to no avail.
It costs OcStore 2.3.0.2.3 and the theme Journal 3.0.46
I edit the files catalog/model/catalog/product.php and catalog/controller/product/category.php
I edit the examples from Google. The product has a balance of 0 and the corresponding status is set, but the product is on the second page, but according to the idea, it should be on the last one.

Maybe the theme has something to do with it?
Please advise.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
web-mechanic, 2020-11-12
@Dmax99

Add to sql-query "ORDER BY quantity DESC" if in descending order of balances,
if just goods without residues at the end, then "IF (quantity > 0, 1, 0) DESC"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question