Back to Icon support

Icon - Infinite scroll repeating items in Icon theme

Some recent change has caused infinite scrolling in the Icon theme to repeat products rather than scrolling through them.

Here are the steps on how you can fix it:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme that you want to edit, and then click the three dots next to the theme you're editing and select Edit code.
  3. Open the assets folder
  4. Find theme.js
  5. Do control/command F for this: 

    path: '.paginate_next',

    It will be inside a section mentioning "infinitescroll"


  6. Replace that with 

    path: '?page={{#}}',

  7. Click Save.