Introduction
The ExpertVoice Order Reporter for Adobe Commerce (Magento 2) ensures accurate tracking and reporting of purchases made by experts on ExpertVoice. This app enables billing accuracy and provides insights into product-level data, helping brands understand what experts are purchasing. Note: No personally identifiable information (PII) is collected. ExpertVoice only stores order data linked to discount codes/promotions assigned to experts.
Compatibility
This extension is compatible with the following:
- Magento Versions: 2.4.4 - 2.4.6
- PHP Versions: 7.4, 8.1
- Magento Editions: Community Edition (CE), Enterprise Edition (EE)
Prerequisites:
- A working Magento 2 installation
- Composer (if using the Composer method)
- SSH access to your Magento server
Installation
You can install the ExpertVoice Order Reporter for Magento 2 using either the Zip Folder Method or the Composer Method.
Method 1: Zip Folder Installation (Recommended)
- Download the zip package provided by ExpertVoice.
- Extract the contents to your Magento installation’s /src/app/code directory.
- Run the following Magento setup commands in order:
- Enable the module:
php bin/magento module:enable ExpertVoice
- Note: You may see the error Unknown module(s): 'ExpertVoice'. This does not affect the installation; proceed to the next step.
- Upgrade the Magento database:
php bin/magento setup:upgrade
- The module ExpertVoice_OrderReporter should now appear in the terminal.
- Compile dependency injection:
php bin/magento setup:di:compile
- Clear the cache
php bin/magento cache:clean
- Enable the module:
Method 2: Composer Installation
- Navigate to your Magento root directory:
cd /path/to/magento2
- Run the following commands in sequence:
- Install the module
composer require ExpertVoice/OrderReporter
- Enable the module
php bin/magento module:enable ExpertVoice_OrderReporter
- Upgrade the Magento database
php bin/magento setup:upgrade
- Compile dependency injection
php bin/magento setup:di:compile
- Clear the cache
php bin/magento cache:clean
- Install the module
Configuration
- Log in to your Magento Admin Dashboard.
- Navigate to Stores > Configuration > ExpertVoice Order Reporter Settings.
- Configure the following:
- Reporting ID: Enter the Reporting ID provided by ExpertVoice (e.g., exp-123-456789).
- Coupon Prefixes: Add any discount code prefixes to filter the order data sent to ExpertVoice. Separate multiple prefixes with commas.
- Save the changes.
Testing
- Once installed, email your Customer Success partner with confirmation.
- Place a test order using a discount code or source code linked to ExpertVoice.
- Confirm that the order data has been received by ExpertVoice.
Need Help?
For any questions or support during the installation, reach out to your Customer Success Partner or contact ExpertVoice Support.