shellpea / advanced-elasticsuite-catalog

Advanced Elasticsuite Catalog Module for Hyva Theme
https://gitlab.hyva.io/hyva-themes/hyva-compat/magento2-shellpea-advanced-elasticsuite-catalog
MIT License
21 stars 5 forks source link

Magento 2 Advanced Elastisuite Catalog Module

Magento 2 module enhancing ElasticSuite Catalog features for Hyva Theme. Adds smart ajax filtering, dynamic loading of products with infinite scroll or with dynamic pagination.

Key Features

Installation

Hyva Theme version <=1.1.23

composer require "shellpea/magento-advanced-elasticsuite-catalog":"^1.0.0"

Hyva Theme version >=1.2.x || 1.3.x

composer require "shellpea/magento-advanced-elasticsuite-catalog":"^1.2.8"

Admin Configurations

General

[!TIP] If you have Varnish Cache issue - update sub vcl_hash in your varnish VCL by adding code below

# To make sure XMLHttp calls have their own cache
if (req.http.X-Requested-With) {
hash_data(req.http.X-Requested-With);
}