feedaty / module-badge2
Feedaty Badge for magento 2
Installs: 43 017
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 7
Open Issues: 8
Type:magento2-module
Requires
- ext-curl: *
Suggests
- magento/framework: 100.0.* | 100.1.*
- magento/module-backend: 100.0.* | 100.1.*
- magento/module-bundle: 100.0.* | 100.1.*
- magento/module-cache-invalidate: 100.0.* | 100.1.*
- magento/module-catalog: 100.0.* | 101.0.*
- magento/module-cookie: 100.0.*
- magento/module-customer: 100.0.* | 100.1.*
- magento/module-eav: 100.0.* | 100.1.*
- magento/module-sales: 100.0.* | 100.1.*
- magento/module-store: 100.0.* | 100.1.*
- magento/module-theme: 100.0.* | 100.1.*
- magento/module-translation: 100.0.*
- magento/module-ui: 100.0.* | 100.1.*
- magento/module-url-rewrite: 100.0.* | 100.1.*
- dev-master
- 2.10.10-stable
- 2.10.9-stable
- 2.10.8-stable
- 2.10.7-stable
- 2.10.6-stable
- 2.10.5-stable
- 2.10.4-stable
- 2.10.3-stable
- 2.10.2-stable
- 2.10.1-stable
- 2.9.1-stable
- 2.8.0-stable
- 2.7.6-stable
- 2.7.5-stable
- 2.7.4-stable
- 2.7.3-stable
- 2.7.2-stable
- 2.7.1-stable
- 2.7.0-stable
- 2.6.7-stable
- 2.6.6-stable
- 2.6.5-stable
- 2.6.1-stable
- 2.6.0-stable
- 2.5.6beta2
- 2.5.5beta2
- 2.5.4beta2
- 2.5.3beta2
- 2.5.2beta2
- 2.5.0beta2
- 2.4.0beta2
- 2.3.6beta2
- 2.3.5beta2
- 2.3.4beta2
- 2.3.3beta2
- 2.3.2beta2
- 2.3.1
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-develop
- dev-development
- dev-order-data-history
- dev-mage_246
- dev-feature/debug_mode
- dev-feature/new_widgets
- dev-stage
This package is not auto-updated.
Last update: 2024-12-25 08:58:24 UTC
README
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.
INSTALL FEEDATY MODULE
Install from composer
- move to your magento root directory
# cd /var/www/html/path/to/your/magento-root-dir
- login as the owner of your magento filesystem, for example:
# su magentouser
- require and install the package
# composer require feedaty/module-badge2
Install Feedaty module manually
- Download Feedaty Module from https://github.com/feedaty/Feedaty_Badge-Magento2
- 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/
- move to your magento root directory
# cd /var/www/html/path/to/your/magento-root-dir
- login as the owner of your magento filesystem, for example:
# su magentouser
- run comand
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:
# 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
# bin/magento setup:di:compile # bin/magento setup:static-content:deploy
SETUP/CONFIG FEEDATY WIDGETS
To setup Feedaty Widgets follow these steps;
1st) Click on "Stores" in the left-side bar menu.
2nd) Click on "Configurations".
3rd) Insert Feedaty merchant codes and Feedaty merchant secrets on relative stores .
4th) Select preferences aboute module design, and set on enable widgets and/or product reviews.
Import Feedaty Reviews
Reviews are imported by cron job. Make sure you have cron enabled on Magento.
INFOS AND CONTACTS
LICENSE
AFL-3.0