Skip to content

vivek291186/module-stores-flags

 
 

Repository files navigation

Magento 2 Stores Flags

Packagist Packagist

Adds country flags to Store View.

alt text

Features:

  • Store Flag section under Stores > All Stores > [Select Store View] > Store View Flag section
  • new "choose store" template on frontend.
  • ability to enable/disable store flags in admin settings
  • ability to enable/disable compiled styles in admin settings

Installing the Extension

composer require magekey/module-stores-flags

Deployment

php bin/magento maintenance:enable                  #Enable maintenance mode
php bin/magento setup:upgrade                       #Updates the Magento software
php bin/magento setup:di:compile                    #Compile dependencies
php bin/magento setup:static-content:deploy         #Deploys static view files
php bin/magento cache:flush                         #Flush cache
php bin/magento maintenance:disable                 #Disable maintenance mode

Versions tested

2.1.11

2.2.2

About

Magento 2 Stores Flags

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.0%
  • CSS 21.9%
  • HTML 9.1%