Hi,
I’m trying to paginate a collection list nested inside a collection page. (I’m using a CMS collection as product category in order to have the ability to order the products as I wish thanks to a multi-reference).
For a regular collection list this isn’t an issue :
but for some reason, I can’t do the same thing when the collection list “feeds” from a multi-ref
I can only limit items…
My problem is that I’m using this to order over 300 products on an “all products” page. Therefore I’d like to have pagination to avoid huge load times (and in the end infinite scroll or load more functionality which would be based on this pagination ability)
Anyone knows how to achieve this and why I can’t access pagination ?
Thanks