![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/code/Kaliop/OutdatedBrowser/ |
**Install instructions** ------------------------ > **CAUTION** - Make sure that you have active credentials on packages.agence-kaliop.fr for downloading Kaliop_* extensions. Please read https://confluence.kaliop.net/pages/viewpage.action?pageId=35009827 ## Update your project's composer.json file Edit the `composer.json` file at the root of your installation and, in the `repositories` section, make sure that you find the following: ``` { "type": "composer", "url": "http://packages.agence-soon.fr/" } ``` ## Get the extension and deploy it - Require the extension: `composer require "kaliop/module-outdatedbrowser"` - Enable the extension: `php bin/magento module:enable Kaliop_OutdatedBrowser` - Run system upgrade: `php bin/magento setup:upgrade` ## Front-end settings - Create an "_outdated-browser.scss" partial file and import it in your main custom theme SASS file (usually main.scss) - Import "_settings.scss" partial in "_outdated-browser.scss" - Override one or more of the following variables : - ob-popin-overlay-background - ob-popin-width - ob-popin-main-background-color - ob-popin-radius - ob-popin-top-background-color - ob-popin-top-padding - ob-popin-debug-mode - Import "_main.scss" partial in "_outdated-browser.scss" - Add additionnal SASS rules using module selector if necessary