Items Per Page
The Klevu Template JS Search and Category result display has a built in default product per-page limit of 12.
The default selectable Items Per Page product limit options are divisible by 12.
- 12
- 24
- 36
When a visitor selects the desired item count value from the Template JS dropdown, the value is stored in the browser's Local Storage corresponding to the query-type/id.
Local Storage Key | Description |
klv_limits_productList | The main product result array |
klv_limits_productListFallback | The fallback array if the productList query contained no results |
klv_limits_contentList | The CMS content result array |
The default count can be set directly into the Local Storage using the Dictionary Engine parameter for limits.
For example: Setting the default count to 36 for each query type can be accomplished using the following method
To change the selectable options within the Klevu Template UI, the block for klevuLandingTempalteLimit > limit will need to be overridden to include the new values.
For example : The below snippet uses a Custom Set Template override to modify the selectable limits available in the interface as 5/10/15 with a default value of 5