Open navigation

Infinite Scroll

This content contains older information from our previous Javascript library. Please visit the link if you have implemented Klevu with the latest template JS.

For Magento:

  1. In Magento Admin Panel,
    M1, Go to System → Configuration
    M2
    , Go to Stores → Configuration
  2. In M1, Go to General → Design → HTML Head → Miscellaneous Scripts
    In M2, Go to Content → Design → Edit your store theme → Footer → Miscellaneous HTML
  3. Add the following script. Please make sure to provide the correct URL of a page.
    <script>
      var klevu_enableLandingAutoScroll = true;
    </script>
  4. Save config

For Other Platforms:

  1. Add the following script on your site before the ending of </head> element
    <script>
      var klevu_enableLandingAutoScroll = true;
    </script>
  2. Save file

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.