Download the PHP package meanbee/magento2-infinitescroll without Composer
On this page you can find all versions of the php package meanbee/magento2-infinitescroll. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download meanbee/magento2-infinitescroll
More information about meanbee/magento2-infinitescroll
Files in meanbee/magento2-infinitescroll
Package magento2-infinitescroll
Short Description A Magento 2 extension that loads additional products on category pages without navigating to the next page.
License OSL-3.0
Informations about the package magento2-infinitescroll
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
All versions of magento2-infinitescroll with dependencies
magento/framework Version ^101.0.0
magento/module-catalog Version ^102.0.0
magento/module-catalog-search Version ^100.1.0