Table of Contents
View Magento 2 Advanced Product Reviews Extension Detail Page for Features and Demo
Documentation for Advanced Product Reviews
Preference
Advnace Review is perfect extension for the store owners who wants to advanced functionality of review.
This extension is providing below functionalities.
- Advance Review which provide you to different filter and sort option for review.
- Advance Review display Rating chart.
- Advance Review also provide popup when customers click on image or video.
- Customers can upload image or video on review.
- Customers can give vote of review as like or dislike.
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\\
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Advanced product review. The module will be displayed in the admin panel.
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_Advanced product review’ → 1
Step 4:
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Advanced product review, the module will be displayed in the admin panel.
Backend Example
Extension configuration
Frontend Example
Open review tab
Display review with image and video
Click on image so image display in popup
Submit review form with image and video
Review submit in backend