alexander-danilenko / magento2-outdatedbrowser

Magento2 module that prevents site for being viewed in Internet Explorer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento2 Outdated browser module

Magento2 module that prevents site for being viewed in Internet Explorer and suggests to update browser using outdatedbrowser.com service.

Prerequisites

No prerequisites required except Magento2 installation.

Installation

  1. Require composer package
    composer require alexander-danilenko/magento2-outdatedbrowser
    
  2. Enable FFWAgency_OutdatedBrowser magento2 extension
    php bin/magento module:enable --clear-static-content FFWAgency_OutdatedBrowser
    
  3. Enjoy IE-less users!

How It Works

It just prints additional block in content area that is hidden by default and will be shown only for IE users and overlaps whole page.

How to adjust

Follow Magento2 documentation and override files that module provides.

Please note: pub/static/* content should be removed before executing setup:static-content:deploy command for proper handling of CSS/JS overriding.


Authors

See also the list of contributors who participated in this project.

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Magento2 module that prevents site for being viewed in Internet Explorer.

License:MIT License


Languages

Language:CSS 37.1%Language:PHP 36.5%Language:HTML 17.2%Language:JavaScript 9.2%