Wallogit.com
2017 © Pedro Peláez
Okaeli_ComingSoon extension for Magento 1
@category Okaeli @package Okaeli_ComingSoon @author Julien Loizelet <julienloizelet@okaeli.com> @copyright Copyright (c) 2017 Julien Loizelet @license GNU GENERAL PUBLIC LICENSE Version 3
Okaeli_ComingSoon is a Magento 1 extension that will redirect any visitor to a specific page., (*1)
Run modman link /path/to/your/clone/of/this/repo at root of your Magento Project., (*2)
In your composer.json file, add, (*3)
{
"type": "vcs",
"url": "https://github.com/julienloizelet/magento1-comingsoon"
}
in the repositories part and, (*4)
"okaeli/magento1-comingsoon":"dev-master"
in the require part., (*5)
This module comes with some configurations : System Config > Okaeli > Okaeli Coming Soon, (*6)
Choose unredirected URIs, (*7)
You must add
/index.php/comingsoonif your settingSystem Configuration > Web > Search Engines Optimization > Use Web Server RewritesisNo., (*8)
Specific Redirection (by default, all url are redirected to comingsoon)., (*9)
, (*10)
This extension is 0 rewrite guaranteed. The following event is listened:, (*11)
controller_front_send_response_before : used to redirect all urls to another one.This extension has been checked with the Magento Extension Quality Program Coding Standard.
You can find the output of the command phpcs /path/to/Okaeli/ComingSoon/sources --standard=MEQP1 in this file., (*12)
If you encounter any problems or bugs, please create an issue on GitHub., (*13)
Any contribution is highly welcome. The best possibility to provide any code is to open a pull request on GitHub., (*14)