<!-- TITLE: Opineo.pl Reliable Feedback - Magento 2 module documentation-->
<!-- SUBTITLE: Author: Mateusz Bereszczuk -->
# Opineo.pl Reliable Feedback Module
## Module overview
The module adds an option to send a review on opineo.pl request email after a successful transaction.
## Module compatibility
This module is compatibile with Magento Community versions: **2.3**, **2.4**.
## How it works
To configure the module, first youmust define an agreement that the customer will have to accept in order to allow sending the email. To do that, go to **Stores > Terms and Condiions** and create a new agreement.
Next, in to enable the module head to **Stores > Configuration > Customers > Customer Configuration** and find **opineo.pl Wiarygodne Opinie** field.
![image-1](/uploads/wiarygodne-opinie-opineo/image-1.png "image-1")
## Demo
demo1.magecreation.com
## Installation
### Composer
1. Add repo to composer.json:
```text
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:magento2/opineo-pl-wiarygodne-opinie.git"
}
...
],
```
2. Add package to composer.json:
```text
"require": {
...
"aurora/opineo-pl-wiarygodne-opinie"": "*"
...
},
```
3. In Magento root folder run commands:
```text
composer update aurora/opineo-pl-wiarygodne-opinie"
php bin/magento module:enable Aurora_OpineoPlWiarygodneOpinie
php bin/magento setup:upgrade
```
### Manual
1. Unzip archive.
2. Upload extension files on your server to:
```text
{Magento root}
└── app/
└── code
```
3. In Magento root folder run commands:
```text
php bin/magento module:enable Aurora_OpineoPlWiarygodneOpinie
php bin/magento setup:upgrade
```
### Thank you for your interest in our products!