2017 © Pedro Peláez
 

magento2-module recommendation

Magento 2 module to connect with DMP Recommendation engine

image

fptcorp/recommendation

Magento 2 module to connect with DMP Recommendation engine

  • Friday, April 21, 2017
  • by ngoc_nguyen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FPT Recommendation Module

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., (*1)

Installing and verifying the reference module

You can install the reference module in any of the following ways:, (*2)

  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:, (*3)

<VendorName>/<ModuleName>

The reference module requires the following structure:, (*4)

FPTCorp/Recommendation

To add the module to your Magento installation:, (*5)

  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:, (*6)

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

  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:, (*8)

    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., (*9)

  8. Add the following anywhere under: 'modules' => array (:, (*10)

    'FPTCorp_Recommendation' => 1
  9. Save your changes and exit the text editor., (*11)

Installing the module using Composer

Enter the following command in the order show, (*12)

    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:, (*13)

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

  4. Log in to the Magento Admin as an administrator.
  5. Click Stores > Configuration

If FPTCORP tab displays you successfully installed the reference module!, (*15)

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., (*16)

From the command line enter the following in the order show, (*17)

    cd <your Magento install dir>
    bin/magento cache:flush

To see the reference module at work., (*18)

After visitor use the system for a while a list of recommended products displays. That's it! You're done!, (*19)

The Versions

21/04 2017

dev-master

9999999-dev

Magento 2 module to connect with DMP Recommendation engine

  Sources   Download

proprietary

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*

 

by Hiep Ho Minh

30/03 2017

0.4.0

0.4.0.0

Magento 2 module to connect with DMP Recommendation engine

  Sources   Download

proprietary

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*

 

by Hiep Ho Minh

29/03 2017

0.2.0

0.2.0.0

Magento 2 module to connect with DMP Recommendation engine

  Sources   Download

proprietary

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*

 

by Hiep Ho Minh

29/03 2017

0.1.0

0.1.0.0

Magento 2 module to connect with DMP Recommendation engine

  Sources   Download

proprietary

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*

 

by Hiep Ho Minh