My collection page is loaded as a block (it is in the visual editor and can be modified there).
Thing is, I think that because its loaded as a block, it ignores the pagination attribute in the URL, giving out page 1 of results for all pages.
So is there a way to manually pass the pagination attribute to the block so it gives me page 2-3 of results when requested?
In fact, everything in the module seems to see the right page number. ({{ current_page }} is ok, and the pagination links are also right)
Its just the results that always show the same set of results. Is there a way to force in the page of the results?
As far as I know, when using liquid, you get one set of data and have to work with it. There is no such thing as doing a query like in Wordpress.
But the set of data i’m getting is just wrong.