Adding page pagination for large collections

I like the Horizon theme, but discovered after adding all products that there’s a 50 product limit per page. I’ve tried adding coding to the liquid file, but that didn’t work. All of my products disappeared. Is there anybody who can help me get around this issue, because it’s preventing me from being able to display all products in the store? Please Help!

Hi @jimthomasdesigns,

I checked and the collection page is showing load more, so when you scroll down it will keep showing until the products are gone.

If you want to increase the products displayed on the first page, please go to Actions > Edit code > Sections > main-collection.liquid file and change code here:

If I helped you, then a Like would be truly appreciated.

There’s a lot going on and it’s aggravating to not be able to move forward. The issue I’m having is products continue repeating after scrolling through so many and you’re not able to go beyond a certain amount while scrolling down the page.

Thanks for the tip. What’s the max I can go up to if I have more than 150 products in a collection?

Hi @jimthomasdesigns,

Currently, the limit of pagination is 250, so you can increase it up to 250 and then it will show as load more.

Refer link