Update collection.products_count dynamically after tag filter

I’m displaying the amount of products in a collection-page with the follwing code


  
{{ collection.title }}

  {{ collection.products_count }} results

But when I FILTER in products the ‘product_count’ doesn’t get updated dynamically.
Just if I refresh the page, the product_count is correct.

How can I achive a update of the amount without page reload ?

I’m using Prestige Theme
Thanks

1 Like