hieudmg/module-hyva-algolia-search
最新稳定版本:100.0.10
Composer 安装命令:
composer require hieudmg/module-hyva-algolia-search
包简介
Blackbird_HyvaAlgoliaSearch makes Algolia_AlgoliaSearch compatible with Hyvä Themes
README 文档
README
This fork is a drop-in replacement for the original module, which seems to be abandoned. Including some fixes to keep up with latest version of Hyva.
Compat module for Algolia Search on Magento 2 using Hyvä Themes. This requires:
- A Hyvä Themes key
- Access to Algolia
- blackbird/external-ressource-loader to dynamically load all the Algolia ressources.
Setup
Get the package
Composer Package:
composer require hieudmg/module-hyva-algolia-search
Zip Package: Not recommended.
Install the module
Go to your Magento root directory and run the following magento command:
php bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources, or use the --keep-generated option.
Once the module is installed, please check the app/etc/hyva-themes.json file.
Depending on how the module has been installed, the following line must be now present in the app/etc/hyva-themes.json file.
Installed using composer
{
"extensions": [
...
{
"src": "vendor\/hieudmg\/module-hyva-algolia-search\/src"
},
...
]
}
If the line is missing (notably for Magento 2.4.7 and late patches of Magento 2.4.6), please run the following command as per official documentation and check that the new line appears:
bin/magento hyva:config:generate
What's included
This compat modules offers full Hyvä-compatibility for the following Algolia services:
- Algolia Search
- Algolia InstantSearch
- Algolia Recommend
- Algolia Autocomplete
- Algolia Insights
Default styling is heavily inspired by the native theme of Hyvä Themes. Most style classes are used directly in the relevent templates or in the overridable tailwind-source.css file located in the view/frontend/tailwind/ directory.
Compare and wishlist feature has been reported.
Known issues, limitations
- As of now, the Ajax add to basket feature has been implemented within a limited scope. Simple products have the quick ATB option but configurable products are forwarded to the product page.
- The native Hyvä Themes implementation of the option selection on a product tile has not been integrated yet.
- Filters styling on a listing page are quite raw at the moment. This will be improved in the future
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-08