Table of Contents
View Magento 2 Product Reviews Import Export Extension Detail Page for Features and Demo
Documentation for Product review import export
Preference
- Using Import Export Review extension, Store manager can Export review and Import it with related customer and product.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_Productreviewimportexport’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Backend Example
After Installation of Extension login to magento admin panel to set configuration of the extension.
Extension Configuration
Export Customer Review: Store admin can export customer Review option to include customer info as well.
Import Customer Review: Store admin can Import CSV file to import customer reviews.
CSV File Example :
As we can see in above image, to set review we have to set following values in option_id field as below :