From 7b4bc3ec6d3344c66872e5637b248e58d9ef41b8 Mon Sep 17 00:00:00 2001 From: Tomas Gerulaitis Date: Wed, 6 Sep 2017 16:52:41 +0100 Subject: [PATCH] Update usage --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98e4b3c..57e6646 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -8,6 +8,14 @@ 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