magexperts / frontend-advanced-elasticsuite-catalog
Magento 2 module improves ElasticSuite. Adds smart ajax filtering, dynamic product loading. Compatible with Vira Theme
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:magento2-module
Requires
- smile/elasticsuite: ~2.10.9|~2.11.0
README
Magento 2 module enhancing ElasticSuite Catalog features for Vira Theme. Adds smart ajax filtering, with dynamic pagination.
Key Features
- Multiple filtering without page reloads based on Alpine.js
- Multiselect Ajax Swatches
- Dynamic update sliders of any type
- Also works on catalog search
Installation
composer require magexperts/frontend-advanced-elasticsuite-catalog
Admin Configurations
General
- Active: Yes/No
Slider Configuration
Direct Mode Active: Yes/No
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);
}