Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
SCA Denali / MontBlanc: Best practice for infinite scrolling on shopping page
I'd like to implement an option to display ALL products on the shopping search results page (i.e. without regard to the actual number found in the search result). Can anyone suggest best practices to achieve the following?
[LIST]
[*]Add an option to the selector box "Show ALL products" (I know to add a new entry to the resultsPerPage array in SC.Shopping.Configuration.js, but what value to specify for the actual number?).
[LIST]
[*]Note: I want to retain the existing options of "Show nn products per page" and have them function as normal.
[/LIST]
[*]Implement a lazy load of "pages" of results as the user scrolls down the page (a.k.a. infinite scrolling).