fptcorp/recommendation
Composer 安装命令:
composer require fptcorp/recommendation
包简介
Magento 2 module to connect with DMP Recommendation engine
README 文档
README
Thank you for trying the FPT Recommendation module! This module will improve your sales significantly. More deals are facilitated when visitor are served with relevant offers and additional cross-and-upsell recommendations.
Installing and verifying the reference module
You can install the reference module in any of the following ways:
- By copying the code to your
<your Magento install dir>/app/code/<VendorName>/<ModuleName>directory.
This method requires some manual tasks but it easy. - Using
composer require.
Installing the module by copying code
Any Magento module requires a particular directory structure under <your Magento install dir>/app/code. The structure starts with:
<VendorName>/<ModuleName>
The reference module requires the following structure:
FPTCorp/Recommendation
To add the module to your Magento installation:
-
Log in to your Magento server as a user with privileges to write to the web server docroot (typically either the
rootuser or the web server user). -
Enter the following commands in the order shown:
cd <your Magento install dir>/app/code mkdir -p FPTCorp/Recommendation -
Go to the reference module GitHub.
-
Click Download Zip.
-
Copy the
.zipfile you downloaded to your Magento server's<magento install dir>/app/code/FPTCorp/Recommendationdirectory. -
Enter the following commands in the order shown:
unzip fptcorp_recommendation-master.zip mv fptcorp_recommendation-master/* . rm -rf fptcorp_recommendation-master rm -f fptcorp_recommendation-master.zip -
Open
<your Magento install dir>/app/etc/config.phpin a text editor. -
Add the following anywhere under:
'modules' => array (:'FPTCorp_Recommendation' => 1 -
Save your changes and exit the text editor.
Installing the module using Composer
Enter the following command in the order show
cd <your Magento install dir>
composer require fptcorp/recommendation
bin/magento setup:upgrade
bin/magento cache:flush
Verifying the reference module
-
Log in to your Magento server as a user with
rootprivileges. -
Enter the following commands in the order shown to clear the Magento cache:
cd <your Magento install dir>/var rm -rf cache page_cache -
If you're currently logged in to the Magento Admin, log out.
-
Log in to the Magento Admin as an administrator.
-
Click Stores > Configuration
If FPTCORP tab displays you successfully installed the reference module!
To use the module you should register with us https://dashboard.knowlead.io/signup After signup an email will be sent to you with siteId and API_key to enable the module. Go to the FPTCorp tab, enter the siteId and API_key as in the email. Save the config.
From the command line enter the following in the order show
cd <your Magento install dir>
bin/magento cache:flush
To see the reference module at work.
After visitor use the system for a while a list of recommended products displays. That's it! You're done!
fptcorp/recommendation 适用场景与选型建议
fptcorp/recommendation 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 1, 最近一次更新时间为 2017 年 03 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 fptcorp/recommendation 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 fptcorp/recommendation 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2017-03-28