bounce-experts/module-bmrecombeepowerpack

3.4.2 2021-06-29 10:21 UTC

This package is auto-updated.

Last update: 2022-03-01 00:38:56 UTC


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": Menu entry for creating a new page

Now we want to create a new page. Therefore click the "Add new Page" button: Add new Page Button

The "New Page" menu needs two actions from you:

  1. An Page Title
  2. An Widget

Lets start with the page title. It looks like this: New Page - Set Page Title

In the section "Content" click this Button to insert our widget: Insert Widget Menu

You need to select the Widget Type "Bounce Experts Recommended Products": Widget Configuration

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: Content Editor with Widget

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": Store -> 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! :)