alexander-danilenko / magento2-outdatedbrowser
Magento2 module that prevents site for being viewed in Internet Explorer.
Installs: 1 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:magento2-module
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
- Require composer package
composer require alexander-danilenko/magento2-outdatedbrowser
- Enable
FFWAgency_OutdatedBrowser
magento2 extensionphp bin/magento module:enable --clear-static-content FFWAgency_OutdatedBrowser
- 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
- Alexander Danilenko - Initial work - alexander-danilenko
See also the list of contributors who participated in this project.
Acknowledgments
- FFWAgency for sponsorship.
- Dobromir Hristakiev.
- outdatedbrowser.com for an awesome service.
License
This project is licensed under the MIT License - see the LICENSE file for details.