Glew provides Ecommerce Reporting with Actionable Insights. Use historical data to uncover your most profitable merchandise, channels, and customer segments.
Before installing, it is recommended that you disable your cache in System -> Cache Mangement.
To install, you'll need to be sure that your root composer.json
file contains a reference to the Glew repository. To do so, add the following to composer.json
:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/glewio/glew-magento2-service.git"
}
]
The above can also be added using the Composer command line with the command:
composer config repositories.glew vcs https://github.com/glewio/glew-magento2-service.git
Next, add the required package your root composer.json
file:
"require": {
"glewio/glew-magento2-service": "2.1.4"
}
You can also add this using the Composer command line with the command:
composer require glewio/glew-magento2-service:2.1.4
From the command line, run the composer update with the command:
composer update
From the command line, run setup:upgrade with the command:
magento setup:upgrade
From the command line, run di:compile with the command:
magento setup:di:compile