alexander-danilenko/magento2-outdatedbrowser

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 1 231

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:magento2-module

0.1 2019-03-11 08:37 UTC

This package is not auto-updated.

Last update: 2023-11-01 03:01:21 UTC


README

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.