shopigo / magento2-extension-infinite-scroll
Magento 2 Infinite Scroll extension by Shopigo
Installs: 12 433
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 2
Open Issues: 10
Language:JavaScript
Type:magento2-module
Requires
- php: ^7.0
- magento/framework: *
- magento/module-catalog: *
- magento/module-layered-navigation: *
- shopigo/magento2-extension-ajax-listing: *
This package is auto-updated.
Last update: 2025-04-12 08:04:47 UTC
README
Magento 2 Infinite Scroll extension by Shopigo
On large catalogs, pagination can make navigation between tens of pages a nightmare for customers.
The Infinite Scroll extension replaces the default paging system available in all catalog category and search results pages by an auto-load mechanism based on the AJAX functionality.
When the customer scrolls down a page, the following page is instantaneously loaded. Thanks to this extension, customers could discover the entire catalog by just scrolling down!
This extension offers 4 scrolling modes (automatic, automatic up to X pages - then manual, automatic each X pages and manual) and a wide panel of features.
Requirements
Magento Open Source Edition 2.2 or 2.3
Installation
Important: this extension requires the AJAX Listing extension by Shopigo (to install and enable)
Method 1 - Installing via composer
- Switch to your Magento project root
- Run
composer require shopigo/magento2-extension-infinite-scroll
Method 2 - Installing using archive
- Download ZIP Archive
- Switch to your Magento project root
- Create folder
app/code/Shopigo/CatalogInfiniteScroll
- Extract zip into path
Enable extension
- Switch to your Magento project root
- Run the following commands to enable the module and clear static contents generated by Magento:
php bin/magento module:enable Shopigo_CatalogInfiniteScroll
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
How to use it
- Log into your Magento back-office
- Go to the menu "Stores > Configuration > Shopigo Extensions > Infinite Scroll"
- Set the parameter "Enable Infinite Scroll" to "Yes"
- Flush Magento caches from the menu "System > Tools > Cache Management"
Screenshots
Scroll-to-top button
Loading of the next page
Load more items button
When an error occurs with the AJAX request
Extension settings
Support
If you have any issues, open a bug report in GitHub's issue tracker.
Change logs
Version 1.0.1 (2019-02-07)
- Fix composer.json for Magento 2.3
Version 1.0.0 (2018-10-09)
- First version
License
The code is licensed under Open Software License ("OSL") v. 3.0.
Enjoy!