web200/magento-elasticsuite-ajax
最新稳定版本:v1.0.2
Composer 安装命令:
composer require web200/magento-elasticsuite-ajax
包简介
Magento 2 Module to add ajax navigation to elasticsuite module
README 文档
README
Magento 2 Module to add ajax navigation to elasticsuite module
Installation
$ composer require "web200/magento-elasticsuite-ajax":"*"
Features
- Ajax navigation on category pages (Categories / Swatches / List)
- Infinite navigation pages. (Can be enable / disable in Store > Configuration > Elasticsuite > Ajax Settings)
Varnish
In order to cache classic page and xhr request you need to set different cache in varnish. Thanks @mfickers
sub vcl_hash {
...
# Sort AJAX requests distinct from regular requests
if (req.http.X-Requested-With == "XMLHttpRequest"){
hash_data(req.http.X-Requested-With);
}
...
}
统计信息
- 总下载量: 108.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-01-03