2017 © Pedro Peláez
 

magento-module magento1-comingsoon

Okaeli_ComingSoon extension for Magento 1

image

okaeli/magento1-comingsoon

Okaeli_ComingSoon extension for Magento 1

  • Monday, March 5, 2018
  • by okaeli
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Okaeli_ComingSoon


@category   Okaeli  
@package    Okaeli_ComingSoon  
@author     Julien Loizelet <julienloizelet@okaeli.com>  
@copyright  Copyright (c)  2017 Julien Loizelet  
@license    GNU GENERAL PUBLIC LICENSE Version 3

Description

Okaeli_ComingSoon is a Magento 1 extension that will redirect any visitor to a specific page., (*1)

Installation

Requirements

  • Magento >= 1.6 (probably much earlier, but I didn't test)

Modman

Run modman link /path/to/your/clone/of/this/repo at root of your Magento Project., (*2)

Composer

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)

Usage

Configurations

This module comes with some configurations : System Config > Okaeli > Okaeli Coming Soon, (*6)

  • Enable / Disable feature.
  • Choose unredirected IPs
  • Choose unredirected URIs, (*7)

    You must add /index.php/comingsoon if your setting System Configuration > Web > Search Engines Optimization > Use Web Server Rewrites is No., (*8)

  • Specific Redirection (by default, all url are redirected to comingsoon)., (*9)

  • Enable / Disable debug log.

Okaeli ComingSoon Settings screenshot, (*10)

Technical Notes

No rewrite. Events driven development.

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.

Coding Standards

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)

Support

If you encounter any problems or bugs, please create an issue on GitHub., (*13)

Contribution

Any contribution is highly welcome. The best possibility to provide any code is to open a pull request on GitHub., (*14)

License

GNU General Public License, version 3 (GPLv3), (*15)

The Versions

05/03 2018

dev-master

9999999-dev

Okaeli_ComingSoon extension for Magento 1

  Sources   Download

GPL-3.0+

The Requires

  • php >= 5.3

 

by Julien Loizelet

extension module redirect magento magento1

05/03 2018

v0.0.1

0.0.1.0

Okaeli_ComingSoon extension for Magento 1

  Sources   Download

GPL-3.0+

The Requires

  • php >= 5.3

 

by Julien Loizelet

extension module redirect magento magento1