@mandelkind : Thanks a lot but I’ve already done (but with if($per_page>0){
:D )
But thanks for potential other people who get the “problem”.
Have a good day ;)
Hey Nikko, I’m confronted to the same “problem” here.
Every page with a list of products is concerned (like main shop page, categories pages, etc.)
In avia_woocommerce_frontend_search_params() function, I think you should echo <ul class='sort-param sort-param-count'>
only if $per_page is greater than 0.
It make no sense to propose a filter (with bugs) when all products of the stores should be on the same page.
To reproduce, you can do like mandelking says : ” WooCommerce / Settings / Products/ Display / Product Count” and set to “All”.