4.6.Pagination Input
In MageSuite you can change the default Magento 2 pagination to an input field. This allows to browse through catalog pages faster as the user does not have to click through page by page.
In order to change the pagination input access STORES / SETTINGS / CONFIGURATION and navigate to MAGESUITE and PAGINATION. In the USE INPUT SWITCHER input field you can enter the controller expression of the pagination class. To find out the pagination go to the storefront and navigate to the page with the pagination and use the inspect function of your web browser (in chrome use right click and then “inspect”). This class needs to be
put in the input field in the admin panel in following format:
{module}_{controller}_{action}
When the changes are made click “SAVE CONFIG” in the top-section on the right-hand side.54
________________________________
54 In order to apply the changes you need to flush the cache in SYSTEM / TOOLS / CACHE MANAGEMENT