Hello experts,
I am currently preparing my first shop and I notice that the sorting/filtering does not work correctly, no matter what I choose, the view is not updated. Only refreshing the page in the browser helps, but that is not the purpose.
Here is my page:
https://spieleflotte.de/collections/all
Any help would be appreciated.
Hi @Spieleflotte It is hard to determine the specific issue without taking a peek at the code or backend of your Shopify store, but here are some questions that can help guide the investigation:
- Have you made any custom code modifications to the theme files? Specifically the theme’s javascript, collection template, or product grid items?
- Are you using the Search & Discovery app to set up the filters?
- Do you have an older theme version in your theme library where the filter and sort is working correctly?
Kind regards,
Mark
Thanks to everyone who has tried to help me.
I have figured it out. It’s a problem with the theme I’m using (“Noire”). It allows the use of “Lazy Load” on the collection page, but that is causing the problems. If I turn off lazy load, the filter and sort functions work again.