FEEDATY BADGE 2
Feedaty is a social commerce site dedicated to online stores for the professional management of customer feedback.
The service is provided through a platform Saas (Software as a Service) and may be activated quickly and easily through a short integration process., (*1)
INSTALL FEEDATY MODULE
Install from composer
1) move to your magento root directory
```bash
# cd /var/www/html/path/to/your/magento-root-dir, (*2)
2) login as the owner of your magento filesystem, for example:
```bash
# su magentouser
3) require and install the package, (*3)
# composer require feedaty/module-badge2
Install Feedaty module manually
1) Download Feedaty Module from https://github.com/feedaty/Feedaty_Badge-Magento2
2) You have to manually create folders Feedaty/Badge/ at path/to/your/magento-root-dir/app/code/ and Move content of Feedaty_Badge-Magento2-master directory in path/to/your/magento-root-dir/app/code/Feedaty/Badge/
3) move to your magento root directory, (*4)
# cd /var/www/html/path/to/your/magento-root-dir
5) login as the owner of your magento filesystem, for example:, (*5)
# su magentouser
5) run comand, (*6)
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy [<languages>]
DISABLE FEEDATY MODULE
Disable feedaty module from Magento Console.
1st) login with the own of the magento installation, after you must enter below commands:, (*7)
# cd /var/www/path/to/your/magento-root-dir
# bin/magento module:disable Feedaty_Badge
to clear static contents you can append "--clear-static-contents" in module:disable command
If you append "--clear-static-contents" don't forget to run, (*8)
# bin/magento setup:di:compile
# bin/magento setup:static-content:deploy
SETUP/CONFIG FEEDATY WIDGETS
To setup Feedaty Widgets follow these steps;, (*9)
1st) Click on "Stores" in the left-side bar menu., (*10)
2nd) Click on "Configurations"., (*11)
3rd) Insert Feedaty merchant codes and Feedaty merchant secrets on relative stores ., (*12)
4th) Select preferences aboute module design, and set on enable widgets and/or product reviews., (*13)
<, (*14)
h3>Import Feedaty Reviews, (*15)
Reviews are imported by cron job. Make sure you have cron enabled on Magento., (*16)
INFOS AND CONTACTS
www.feedaty.com, (*17)
LICENSE
AFL-3.0, (*18)