bounce-experts / module-bmrecombeepowerpack
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: ~7.3 || ~7.4
- recombee/php-api-client: ^3.0.0
README
Why should you use it? Boost your sales!
This module combines the power of AI based product recommendations from Recombee with professional Bounce Management from Bounce Experts.
With this combination you will boost your sales! When you look up your bounce rate you will notice that it is quite high. The bounce rate represents customer visiting a single product and directly leaving your shop! Why? Because the visited product does not fit their expectations! Most customer will not look for alternatives. Even if you have them, they will just missed them. And you will loose them to your competitor.
Stop loosing customer with this module! When leaving your shop the visitors will see a "Second Chance" page with product recommendations. These recommendations are build with modern AI based technology from Recombee. You can bet that these results are great, because Recombee is specialized and focussed only on product recommendations!
Installation
Installation is a fast and easy process. Just follow the next few steps!
Step 1: Install the module using composer:
Installation is done by using composer. Just execute this command in your projects root directory:
composer require bounce-experts/module-bmrecombeepowerpack
After installation you need to activate the module:
php bin/magento module:enable BounceExperts_BMRecombeePowerPack
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Step 2: Configure your "Second Chance" Page
Now you need to create your personal "Second Chance" Page. Here product recommendations will be shown later.
In the menu select "Content" -> "Element" -> "Pages":
Now we want to create a new page. Therefore click the "Add new Page" button:
The "New Page" menu needs two actions from you:
- An Page Title
- An Widget
Lets start with the page title. It looks like this:
In the section "Content" click this Button to insert our widget:
You need to select the Widget Type "Bounce Experts Recommended Products":
In the same menu you can also choose how many products should be recommended. Click "Insert Widget" to save your configuration
Now you will be back to your content editor. It now must look like this:
Now click the Button "Save Page" and you are done with this step!
Step 3: Enable Module
Go to the module configuration via "Stores" -> "Settings" -> "Configuration":
There you will find "Bounce Experts" and "BMRecombeePowerPack".
You need to:
- Set Module Enabled to "Yes"
- Select your created CMS Page from Step 2 in "Default CMS Page"
- Define the Recombee database to use
- Define the Recombee API key to use
Step 4: Synchronize your products for recommendations
In order to create AI based recommendations which will boost your sales, we need to know your products. You can do this via an Magento 2 CLI command. Just execute on your webserver:
php bin/magento be_powerpack:sync
And done! :)