Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Entering a search term on a website can often yield return hundreds of results. For sites with an extensive a large product list or vast many categories, infinite scrolling (or endless scrolling) can be used to load products automatically as the user reaches the end of the page. This saves the user navigating through paging , and can provide provides a more seamless browsing experience. 

Variations

...


Step-by-step

You can implement infinite scrolling with one of two ways: 

  1. Automatic load - as the user scrolls to the bottom of the page, the next batch of products is automatically loaded with no action required from the user.  
    Automatic LoadImage Removed.  You can select to show a 'Loading more...' message.
    Image Added


  2. User-controlled load - when the user scrolls to the bottom of the page, a they can click the 'Show More Products' button appears. The user can choose to click for to view the next batch of products, or not
    User Clicks to LoadImage Removed

Either option is quick to implement - it simply depends on the behaviour that is right for your website.

  1. Image Added



Step-by-step guide

To enable Infinite Scrolling:

  1. In the CMS, go to ContentContent Standard Pages

  2. Select the Product List template.

  3. Locate the Product List Grid widget and click Edit.

  4. Toggle ON Use Infinite Scrolling? option and click Infinite Scrolling to expand the options.
     
  5. Click To set automatic or user-controlled scrolling, click the Infinite Scrolling tab.
    In Infinte Scrolling Loading Text, edit the prompt for the message to the user that more items are being loaded.
    To automatically load more items as the user scrolls down the page, toggle OFF Enable Click To Show More. Toggle ON to let the user click to show more items. 
  6. If (7) is ON, if you want to, in Click to show more Products button text, edit the text shown to the user.
     
  7. Toggle ON Pre-Load Data to have data for additional products loaded in the background, before the page has been scrolled or the button has been clicked.
     
  8. Click

    Set fields for the option you want.

    AutomaticValue

    Enable Click to Show More

    OFF

    Preload Data

    ON - all results will load in the background before page is in view

    OFF - results loads only when in view

    Infinite Scrolling Loading TextDisplays when more results are being loaded. Default: Loading more... 


    User-controlledValue

    Enable Click to Show More

    ON
    Click to Show More Products Button TextDefault: Show More Products 


  9. Click Save.


Additional Information

...