Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerulaitis committed Sep 6, 2017
1 parent 1f49a0f commit 7b4bc3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Meanbee_InfiniteScroll

A Magento 2 extension that loads additional products on category pages without navigating to the next page.
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 `Meanbee_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
Expand Down

0 comments on commit 7b4bc3e

Please sign in to comment.