Stores Flags extension adds country flags to Store View.
Contact DeveloperStores Flags is an extension that adds country flags to Store View. The extension use own "choose store" template and shows up country flags in drop down instead of simple text.
You can simply add a country flag to your store in admin. Administrator can manage extension settings and enable or disable it on frontend.
In SSH console of your server navigate to your store root folder:
cd /path/to/store/root/folder
Enable Stores Flags extension:
php bin/magento module:enable MageKey_StoresFlags -c
Upgrade magento system to apply Stores Flags extension:
php -f bin/magento setup:upgrade
Deploy static view files:
php -f bin/magento setup:static-content:deploy
Stores Flags is an extension that adds country flags to Store View. The extension use own "choose store" template and shows up country flags in drop down instead of simple text.
To set up a flag to your store navigate to Stores > All Stores menu.
Select Store View you need to update. On store view edit page choose Store Country in Store View Flag section
Click Save Store View to update store view settings.
To change Stores Flags extension settings navigate to Stores > Configuration > General tab > Stores Flags section.
The Configuration screen is represented with the one setting block: General.