fptcorp/recommendation 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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:

  1. By copying the code to your <your Magento install dir>/app/code/<VendorName>/<ModuleName> directory.
    This method requires some manual tasks but it easy.
  2. 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:

  1. Log in to your Magento server as a user with privileges to write to the web server docroot (typically either the root user or the web server user).

  2. Enter the following commands in the order shown:

     cd <your Magento install dir>/app/code
     mkdir -p FPTCorp/Recommendation
    
  3. Go to the reference module GitHub.

  4. Click Download Zip.

  5. Copy the .zip file you downloaded to your Magento server's <magento install dir>/app/code/FPTCorp/Recommendation directory.

  6. 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
    
  7. Open <your Magento install dir>/app/etc/config.php in a text editor.

  8. Add the following anywhere under: 'modules' => array (:

    'FPTCorp_Recommendation' => 1
    
  9. 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

  1. Log in to your Magento server as a user with root privileges.

  2. Enter the following commands in the order shown to clear the Magento cache:

     cd <your Magento install dir>/var
     rm -rf cache page_cache
    
  3. If you're currently logged in to the Magento Admin, log out.

  4. Log in to the Magento Admin as an administrator.

  5. 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 我们能提供哪些服务?
定制开发 / 二次开发

基于 fptcorp/recommendation 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: proprietary
  • 更新时间: 2017-03-28