The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
635 Ready
455 Need Help
Vendors 🏆 Leaderboard
Actively Maintained v1.2.11

Advanced ElasticSuite Catalog

shellpea/magento-advanced-elasticsuite-catalog 60

Enhances ElasticSuite catalog features for Hyva Theme with smart ajax filtering, multiselect swatches, dynamic slider updates, and configurable infinite scroll or ajax pagination without page reloads.

11,065
Downloads
Below average
31
GitHub Stars
Above average
7d ago
Last Release
4
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
27 errors , 111 warnings
PHPStan Failed

Release Discipline

Follows SemVer · 100% What is this?

Release history audited up to v1.2.11

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.11 on Magento 2.4.9
Jul 14, 2026
v1.2.10 on Magento 2.4.9
Jul 1, 2026
v1.2.9 on Magento 2.4.9
May 27, 2026
v1.2.9 on Magento 2.4.8-p4
Mar 22, 2026

Share This Module's Status

Advanced ElasticSuite Catalog Magento compatibility status badge

README

Loaded from GitHub

Magento 2 Advanced ElasticSuite Catalog

Magento 2 module enhancing ElasticSuite Catalog for Hyvä Theme. Adds AJAX-based layered navigation, infinite scroll, and dynamic pagination — all without page reloads.

Requirements

Dependency Version
PHP ^7.4 | ^8.0
smile/elasticsuite ~2.10.9|~2.11.0|~2.12.0
hyva-themes/magento2-smile-elasticsuite ^1.2
Hyvä Theme >=1.2.x

Features

  • AJAX layered navigation — filters apply without page reloads (Alpine.js)
  • Multiselect attribute filters with fulltext search and show more/less
  • Multiselect swatch filters (color, image, text) with tooltip support
  • Range slider filters for price and custom attributes
  • Infinite scroll with configurable button label
  • Standard pagination with AJAX page loading
  • Loads products from previous pages on direct URL access (?p=N)
  • Works on both category pages and catalog search results
  • Hyvä-compatible star rating templates on category pages
  • Varnish Cache compatible

Installation

composer require "shellpea/magento-advanced-elasticsuite-catalog":"^1.2.10"
bin/magento module:enable Shellpea_AdvancedElasticsuiteCatalog
bin/magento setup:upgrade
bin/magento setup:di:compile

For Hyvä Theme <=1.1.23 use ^1.0.0 instead.

Admin Configuration

Stores → Configuration → Smile ElasticSuite → Advanced ElasticSuite Catalog

General

Field Description
Active Enable/disable the module

Infinite Scroll

Field Description
Active Enable infinite scroll. When disabled, standard pagination is used
Button Label Text on the "load more" button

Slider Configuration

Field Description
Direct Mode Active Apply slider range immediately on change without clicking OK

Varnish Cache

If AJAX requests return cached full-page responses, add the following to sub vcl_hash in your VCL:

# Separate cache entries for XMLHttpRequest
if (req.http.X-Requested-With) {
    hash_data(req.http.X-Requested-With);
}

Changelog

See CHANGELOG.md.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.