Enable Search Results Infinite Scroll

Overview

Ajax Lazy Load, also known as "Infinite Scroll" will load more products as the user scrolls on your search page, rather than asking the user to go to the next page.

Enabling Ajax Lazy Load (Infinite Scroll)

In Edit My Design, navigate to the Asset Manager

1607

Edit the Head by clicking on Edit HTML.

1539

Within the editor put in the code below and click on "Save" after adding it.

<script>
  var klevu_enableLandingAutoScroll = true;
</script>

Click close to exit out of the Asset Manger. You may now test your search results which should now Ajax Lazy Load

1913