承接 web200/magento-elasticsuite-ajax 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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); } ... } 

统计信息

  • 总下载量: 107.91k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 23
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 23
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2026-01-04