intelive / claro
Use historical data to uncover your most profitable merchandise, channels, and customer segments
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
README
Bi is essential for any business that wants to stay ahead of he competition
Bi can help grow revenue for online shops through better management of inventory, better understanding of customers and optimization of business processes
No more looking at multiple data sources! No more exports,imports and complicated pivot tables!
All you need to do is install the connector module for your platform and you can start capturing exactly the knowledge that your organization requires.
Trends and anomalies
Our solution continuosly monitors your sales data in order to detect patterns like trends and anomalies like peaks and dips so that no relevant information passes unnoticed
Inventory forecasting
Out-of-stock products can severely damage your sales performance since you can quickly lose a customer to a competitor offering something similar. Avoid it with accurate inventory forecasts based on previous sales and seasonal trends.
Customer segmentation
Quickly identify your VIP customers, or the ones that were inactive for a long period with automatic customer segmentation in groups based on their activity.
Goals
Define your goal for any of KPI and we will automatically monitor it and inform you on its achievement.
Daily email
An overview of your store's activity delivered to your inbox every morning.
Installation
Before installing, it is recommended that you disable your cache in System -> Cache Mangement.
Update composer.json
To install, you'll need to add a reference to the Claro repository and the required package to your root composer.json
file.
Using the command line (recommended)
- Add reference to the Claro repository, using the command
composer config repositories.claro vcs https://github.com/intelive/claro.git
- Add the required package, using the command
composer require intelive/claro:1.3.0
Directly changing the composer.json
file
- Add reference to the Claro repository. To do so, add the following to
composer.json
:
"repositories": [ { "type": "vcs", "url": "https://github.com/intelive/claro.git" } ]
- Add the required package to your root
composer.json
file:
"require": { "intelive/claro": "1.3.0" }
- Update Composer packages using the command
composer update
Run setup:upgrade
From the command line, run setup:upgrade with the command:
magento setup:upgrade
Run di:compile
From the command line, run di:compile with the command:
magento setup:di:compile
Run setup:static-content:deploy
From the command line, run setup:static-content:deploy with the command:
magento setup:static-content:deploy
Uninstall
There are two ways to uninstall the module from Magento:
Automatic Uninstall (Note: Puts the store in maintenance mode until the process is finished):
From the command line, remove the code and database data related to the module:
magento module:uninstall Intelive_Claro
Manual Uninstall
Disable the Intelive module from magento:
magento module:disable Intelive_Claro
magento setup:upgrade
Remove the Intelive package from your composer.json
and vendor folder:
composer remove intelive/claro
Remove module data from the database:
- Go to the table
url_rewrite
and remove any entries that matchtarget_path LIKE '%intelive%'
- Go to the table
core_config_data
and remove any entries that matchpath LIKE '%intelive%'
- Go to the table
setup_module
and remove any entries that matchmodule LIKE '%intelive%'