instantsearch / instantsearchplus
提升转化率的搜索:最快的语义搜索、搜索筛选和搜索自动完成
4.91.32
2024-07-17 11:54 UTC
Requires
- php: >=7.0
- laminas/laminas-filter: >=2.12.0
- laminas/laminas-http: >=2.14.3
Requires (Dev)
- dev-master
- 4.91.32
- 4.91.31
- 4.91.30
- 4.91.25
- 4.91.24
- 4.91.23
- 4.91.22
- 4.91.21
- 4.91.20
- 4.91.10
- 4.91.06
- 4.91.05
- 4.91.04
- 4.91.03
- 4.9.393
- 4.9.392
- 4.9.391
- 4.9.42
- 4.9.41
- 4.9.38
- 4.9.37
- 4.9.36
- 4.9.35
- 4.9.34
- 4.9.33
- 4.9.32
- 4.9.31
- 4.9.28
- 4.9.26
- 4.9.25
- 4.9.24
- 4.9.23
- 4.9.22
- 4.9.21
- 4.9.20
- 4.9.18
- 4.9.17
- 4.9.16
- 4.9.15
- 4.9.14
- 4.9.13
- 4.9.12
- 4.9.09
- 4.9.08
- 4.9.07
- 4.9.06
- 4.9.05
- 4.9.4
- 4.9.03
- 4.9.02
- 4.9.01
- 4.8.06
- 4.8.05
- 4.8.04
- 4.8.03
- 4.8.01
- 4.7.48
- 4.7.46
- 4.7.45
- 4.7.44
- 4.7.43
- 4.7.42
- 4.7.41
- 4.7.39
- 4.7.38
- 4.7.37
- 4.7.36
- 4.7.35
- 4.7.34
- 4.7.33
- 4.7.32
- 4.7.30
- 4.7.29
- 4.7.28
- 4.7.27
- 4.7.26
- 4.7.25
- 4.7.24
- 4.7.23
- 4.7.22
- 4.7.20
- 4.7.19
- 4.7.18
- 4.7.17
- 4.7.16
- 4.7.13
- 4.7.11
- 4.7.10
- 4.7.8
- 4.7.7
- 4.7.6
- 4.7.5
- 4.7.4
- 4.7.3
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.6
- 4.6.5
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.8
- 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.0
- 4.4.12
- 4.4.11
- 4.4.10
- 4.4.8
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.2
- 4.4.1
- 4.3.5
- 4.3.2
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.11
- 4.0.9
- 4.0.8
- 4.0.7
- dev-custom_options_support
- dev-multi_source_inventory_support
- dev-basic_mode_support
This package is auto-updated.
Last update: 2024-09-17 12:31:07 UTC
README
基于AI的搜索和商品营销,最大化转化率。
最好的和增长最快的品牌使用Fast Simon来改进和优化其整个购物体验。
Fast Simon正在帮助商家最大化其在线流量的价值,以激发、维持和提升其增长。当前采用强大搜索平台的Fast Simon商家报告称,采用后年增长高达40%。
通过搜索、商品营销和个人化提升转化率
- 使用搜索的购物者有4倍的可能性购买
- 优秀的搜索可以将转化率提高30-150%
- 交叉销售和向上销售可以将销售额提高高达30%
- 个性化可以将转化率提高高达50%
- 智能在线商品营销,让您始终掌控全局
安装
- 访问并购买免费Fast Simon扩展,请访问 Magento Marketplace
- 通过SSH终端(例如PUTTY.exe)连接到您的服务器
- 导航到您的Magento根目录(app文件夹所在位置)
- 确保您的环境路径中有 php(运行
php --help
- 确保您得到可能的命令列表),如果没有,请联系您的服务器提供商以找到ftp可执行文件的位置。 - 启用维护模式
php bin/magento maintenance:enable
- 运行以下命令
a.composer require instantsearch/instantsearchplus
b. 插入您的公钥/私钥,作为用户名/密码,从 您的账户
c.php bin/magento module:enable Autocompleteplus_Autosuggest --clear-static-content
d.php bin/magento setup:upgrade
e.php bin/magento setup:di:compile
e.php bin/magento cache:clean
f.php bin/magento maintenance:disable
升级
- 运行以下命令
a.composer require instantsearch/instantsearchplus:REPLACE_ME_WITH_THE_LAST_VERSION_NUMBER
b.php bin/magento setup:upgrade
c.php bin/magento setup:di:compile
d.php bin/magento cache:clean