magepow / infinitescroll

magepow/infinitescroll

Infinite scroll for magento 2 automatically loads product catalog without reloading the page.

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0, AFL-3.0

shopify_affiliate.jpg

Magento 2 Infinite Scroll (Magepow Infinite Scroll extension Free)

Infinite scroll for Magento 2 automatically loads product catalog without reloading the page. Your customers will be pleasantly surprised with supportive navigation and high performance of your web store.

Latest Stable Version
Total Downloads
Daily Downloads

See more information:

Highlight Features

  • Automatically load content and images in just one page.

  • Visitors can see all in just one page

  • Display load more chart to help users see more products.

  • Reduce the request load to the server, increase website speed

  • Increase professional animation effects for Magento website.

  • Support to increase website ranking on search engines

  • Responsive

How to use Infinite Scroll extension

Before you continue, ensure you meet the following requirements:

  • You have installed magento2
  • You are using a Linux or Mac OS machine. Windows is not currently supported.
    Install Magento 2 Infinite Scroll extension

Step 1 : Download Magento 2 Infinitescroll Extension

Install via composer (recommend)

Run the following commands in Magento 2 root folder:

composer require magepow/infinitescroll
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Step 2: User guide

Key features of Magento 2 Infinite scroll Extension:

  • Ajax scroll without interruption.
  • Freely scroll down & See what page of the catalog they're on.
  • Automatically loading pages.
  • Show Loading Button.
  • Possibility to give/ share links to a certain positions.
  • Easy to customize.
  • Similar technique as seen on Twitter, Facebook.
  • Increase the conversion rate at your store.
  • Easy to Change Button and Loading Text.

2.1. General configuration

Login to Magento admin > Stores > Configuration > Magepow > Infinitescroll > Enable > Choose Yes to enable the module.

Image of Magento admin config

In Stores > Configuration > Magepow > Infinitescroll we set:

  • Delay (ms): Delay time for the scroll down, default 600.
  • Content: Select for the elements that surrounds the items you will be loading more of (For Ex. = .classname/#id).
  • Pagination: Select class, id for paging loaded more.
  • Next: Select class, id for the link to to the next page.
  • Item: Select for the class name that you want to config all items you will load more.
  • Loading text: Place any text you want when loading the page.
  • Done text: When the download is completed, the text you configured will appear.
  • Loading Image placeholder: The icons you want are displayed while downloading more, you can change it arbitrarily or use Magento's default icons.
  • Load More threshold: When this page number is reached, a button to load more products will be shown instead of continue loading products automatically with the scroll.
  • Load More button text: Configure the download button text.
    After you finish configuring, save and clear the cache.
    Run the following command:
php bin/magento cache:clean

2.2. Result

Image of magento store front
Image of magento store front

3. Events

  • Refresh Infinite Scroll update with Ajax use code:
$('body').trigger('collectionUpdated');

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Our Magento 2 Extensions

Our Magento 2 services

Our Magento 2 Themes

Our Shopify Themes

Our Shopify App

Our WordPress Theme

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.0.8 stable Fail Magento 2.4.7-2.4.9 Details 2023-12-15 01:59:02
1.0.7 stable Not tested Not yet tested Details 2023-09-24 06:39:23
1.0.6 stable Not tested Not yet tested Details 2023-07-28 07:15:09
1.0.5 stable Not tested Not yet tested Details 2023-01-04 07:57:10
1.0.4 stable Not tested Not yet tested Details 2022-11-10 08:32:56
1.0.3 stable Not tested Not yet tested Details 2022-05-17 02:33:19
1.0.2 stable Not tested Not yet tested Details 2021-06-23 02:08:56
1.0.1 stable Not tested Not yet tested Details 2021-03-10 06:38:03
1.0.0 stable Not tested Not yet tested Details 2021-01-07 07:14:07

Requires 1

Package Constraint
magepow/core ^1.0.0

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 24 14 errors, 10 warnings (ruleset: Magento2) — 3 auto-fixable with phpcbf
PHPMD Pass 0
Cpd Pass 0
Composer validate Pass 0

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 11 11
2.4.8 11 11
2.4.9 11 11

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
OSL-3.0, AFL-3.0
Authors

More from magepow

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.