Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

alexander-danilenko/magento2-outdatedbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published