Product Reviews - Magento 2 module documentation
Author: Paweł Wasiluk
Product Reviews Module
Module overview
Bring up recent reviews from your customers wherever you like.
Module compatibility
This module is compatibile with Magento Community versions: 2.3.
How it works
After installing the module, you have access to reviews feed widget. Add it anywhere you want on regular widget basis.
Reviews widget lets you assign title to it and restrict count of reviews that will be presented.
To display widget you should:
- edit for example page or static block
- choose "Product Recent Reviews" from available widgets list
- optional add title (field "Title") and number of last review to display (field "Number reviews to show")
Widget by default will look like on the picture presented below:
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:magento2/product-reviews.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/product-reviews": "*"
...
},
- In Magento root folder run commands:
composer update aurora/product-reviews
php bin/magento module:enable Aurora_ProductReviews
php bin/magento setup:upgrade
Manual
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- In Magento root folder run commands:
php bin/magento module:enable Aurora_ProductReviews
php bin/magento setup:upgrade