You are on page 1of 4

INSTALL FEEDATY MODULE

Install from composer

1. move to your magento root directory

# cd /var/www/html/path/to/your/magento-root-dir

1. login as the owner of your magento filesystem, for example:

# su magentouser

1. require and install the package

# 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

# cd /var/www/html/path/to/your/magento-root-dir

1. login as the owner of your magento filesystem, for example:

# su magentouser

1. 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 MODULE


To setup Feedaty module 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.

PREVIOUS ORDER EXPORT


To export a list of preovious orders go to “scope” select the active storeview, and export csv.
ENABLE PRODUCTS MICRODATA

To enable products microdata move to microdata preferences from left bar menu and select
“enabled – yes”

CREATE NEW WIDGET

To create new widget go to “content” from the left bar menu, select “widgets”, “add widget”

For further information about widgets, please refer to this guide: https://docs.magento.com/user-
guide/cms/widget-create.html
Select feedaty product or store badge

Select design theme according to your configuration

After the widget has been created select a title, the storeview to show the widget, then select style
and variant from the menu

You might also like