In designing several screens, we have unintentionally produced some variations upon a theme for handling pagination. This page serves to establish and clarify a uniform approach for grid lists in saved items, saved carts, order history, and search results ("broad" searches only - searches with exact matches and YMACs have built in limits that we do not want paginated).
We do not want to offer users the ability to set a preference in user preferences, nor do we want to capture their overrides as preferences via cookies
Default view for all grid lists will be 20 items per page
There will be one alternative to the 20 item view.
- When total items in list < 250, the alternative will be "View All"
- When total items in list are > 250, the alternative will be "250"
Love it. Thanks for getting it done. (OR)
When there are fewer than 20 items, there will be no pagination, and no references to items per page/view all in the upper right corner, just a "Viewing 1-N of N items found"statement:
* Images above represent broad searches; location/positioning of "Viewing N-N of N items found" and "Items per page 20 | View All" will vary in the other screen types, due to different filtering functionality.