How to add infinite scrolling to all collections on Dawn 2.0?

Topic summary

A user seeks to implement infinite scrolling for all collection pages on Dawn 2.0 theme, replacing the default pagination system.

Proposed Solutions:

  • Custom JavaScript/jQuery approach: Detect scroll position and dynamically load products via AJAX calls without page refresh
  • Third-party apps: Multiple respondents suggested paid app solutions including ScrollerPro - Infinite Scroll
  • Video tutorial: One contributor shared a YouTube guide demonstrating implementation

Implementation Considerations:

  • Theme-specific adjustments required for AJAX calls
  • Need to target /collections route rather than individual collection pages
  • Custom code solutions may require technical knowledge of JavaScript and Shopify’s Liquid templating

Status: The discussion remains open with no confirmed resolution from the original poster. Multiple implementation paths are available depending on technical expertise and budget.

Summarized with AI on October 26. AI used: claude-sonnet-4-5-20250929.

Can anyone help me change the loading to infinite scrolling instead of having multiple pages to navigate?

I want to do this for /collections instead of separate, focused collection pages.

Thank you!

1 Like

Hi @JelenaZip

You can try to search for free solutions in google or you can use our solution. See video below

To implement infinite scrolling on your collection pages instead of separate pagination in Shopify, you can use custom JavaScript or jQuery to detect when the user scrolls to the bottom of the page and then load additional products dynamically. You might consider looking for a guide or code snippet that targets your specific theme, as you’ll need to adjust the AJAX calls to load more products from the collection without refreshing the page.

Hello @JelenaZip, I hope that you have resolved the question. Just in case, I would love to post an option as well for people who browse and have such a requirement.
I have built ScrollerPro - Infinite Scroll app, which solves the issues with infinite scroll logic. I have attached the cover image and the link to the marketplace. You can check it out and discover all the features :slightly_smiling_face:
I hope that it can help to resolve the issues faster and quickly