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:
- From your Shopify admin, go to Online Store > Themes.
- 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.
- Open the assets folder
- Find
theme.js
- Do control/command F for this:
path: '.paginate_next',
It will be inside a section mentioning "infinitescroll"
- Replace that with
path: '?page={{#}}',
- Click Save.