Hi again,
When I enter a Hikashop list I see that the filter is not checking if the products have stock.
To be more concrete, all products are listed as if they have stock (and some of them doesn’t have).
I have done a manual fix in the getItem function on the helper to check if the product have any stock to be markable to be add to cart, but I don’t know if you are checking it in another file.
For the moment (and for me) seems to be working fine.
The code (line 100 of helper.php):
if($baseItem->product_quantity > 0) $item->is_salable = 1;
Thanks in advance,
—
Victor