[Answer]-Infinite pagination doesn't render variables

1👍

This error is occurring because you don’t pass the template any variable called entries.

I don’t know enough about the lib to give a solution but I believe you will need to do something along the lines of:

{% paginate prodmatrix.items %}

Leave a comment