Hello,
In the search results page (category layout), how do I get the total number of the results/products found?
If I do something like: count($this->products)
I only get the number of products in the first page of results.
(The pagination shows the correct number of total results, but the pagination logic is in a different file and I don't know how it extracts that result.)
Thanks!