https://github.com/meanbee/magento2-infinitescroll
A Magento 2 extension for infinitely scrolling catalog pages
https://github.com/meanbee/magento2-infinitescroll
magento-extension magento2-extension
Last synced: 5 months ago
JSON representation
A Magento 2 extension for infinitely scrolling catalog pages
- Host: GitHub
- URL: https://github.com/meanbee/magento2-infinitescroll
- Owner: meanbee
- License: osl-3.0
- Created: 2017-02-23T09:20:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T13:36:46.000Z (over 8 years ago)
- Last Synced: 2023-07-15T10:46:04.613Z (almost 3 years ago)
- Topics: magento-extension, magento2-extension
- Language: HTML
- Size: 21.5 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meanbee_InfiniteScroll
A Magento 2 extension that loads additional products on category and search pages without navigating to the next page.
## Installation
Install this extension with Composer:
composer require meanbee/magento2-infinitescroll
## Usage
The extension is enabled by default and has no configuration options. Once installed (and cache is flushed), it will
replace the pager at the bottom of category and search pages with a "View More" button.
The extension replaces the `Magento_Catalog::product/list.phtml` template with its own, so any changes to the product
list HTML need to be made in `Meanbee_InfiniteScroll::product/list.phtml`.
## Development
### Docker Environment
To configure a Docker development environment, run
cd dev/ \
&& docker-compose run --rm cli magento-extension-installer Meanbee_InfiniteScroll \
&& docker-compose up -d
The configured environment will be available on [https://m2-meanbee-infinitescroll.docker](https://m2-meanbee-infinitescroll.docker)