Okazje.Info.pl Wiarygodne Opinie - Dokumentacja modułu Magento 2
Author: Mateusz Bereszczuk
Okazje.Info.pl Wiarygodne Opinie Module
Module overview
Okazje.info.pl Wiarygodne Opinie Module gives you possibility to send email after finished purchase with request for rate product on okazaje.info.pl.
Module compatibility
This module is compatibile with Magento Community versions: 2.2 and 2.3.
How it works
Once installed, the module is disabled by default, to enable module functions go to *Stores > Configuration > Customers > Customer Configuration > okazje.info.pl Reliable Opinions
Before you configure module at first you have to define the condition. Client must confirm his agree for this condition to gain allowance for sending the email.
To do it you should go to Stores > Terms and Conditions and add new condition.
Next, to enable module go to Stores > Terms and Conditions i find field okazje.info.pl Wiarygodne Opinie
Here you should enable module, type in store's TID from okazje.info.pl and choose condition.
After you saved configuration module is enabled and will be sending data to okazje.info.pl
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:magento2/okazje-info-pl-wiarygodne-opinie.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/okazje-info-pl-wiarygodne-opinie": "*"
...
},
- In Magento root folder run commands:
composer update aurora/okazje-info-pl-wiarygodne-opinie
php bin/magento module:enable Aurora_OkazjeInfoPlWiarygodneOpinie
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_OkazjeInfoPlWiarygodneOpinie
php bin/magento setup:upgrade