Opineo.pl Reliable Feedback - Magento 2 module documentation
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.
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:magento2/opineo-pl-wiarygodne-opinie.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/opineo-pl-wiarygodne-opinie"": "*"
...
},
- In Magento root folder run commands:
composer update aurora/opineo-pl-wiarygodne-opinie"
php bin/magento module:enable Aurora_OpineoPlWiarygodneOpinie
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_OpineoPlWiarygodneOpinie
php bin/magento setup:upgrade