For example, when I load my products it has a limit (100) by pagination. But For example If I want my users to be capable to filter by price, how do I can get this max and min value? If for example I have 500 products with the first 100 I loaded I don’t truly know what max and min value to show.
Hi Juan,
Im not sure if I got your question, but the “filter by price” filters according to the price range of the products in the category/department in question.
ex: if the lowest price of the product in the category costs $10 and the most expensive costs $500, it will use the max and min as a reference.
Hope this helps.