Magento extension for accepting credit card payments using the Mage Plugins Payment Gateway.
This change log and release versions will be managed according to keepachangelog.com and Semantic Versioning 2.0.0. Major.Features.Improvements.Fixes
- Magento Enterprise Edition 1.13.x ~ 1.14.x
- Magento Community Edition 1.6.x ~ 1.9.x
- PHP 5.4 >
Extension files are located in the following directories:
- app/code/community/MP/Gateway
- app/design/adminhtml/default/default/layout/mp_gateway.xml
- app/design/adminhtml/default/default/template/mp_gateway
- app/design/frontend/base/default/layout/mp_gateway.xml
- app/design/frontend/base/default/template/mp_gateway
- app/etc/modules/MP_Gateway.xml
- media/mp_gateway
- skin/adminhtml/default/default/mp_debug
- skin/adminhtml/default/default/mp_gateway
- skin/frontend/base/default/mp_debug
- skin/frontend/base/default/mp_gateway
Installation with Modman
In the Magento root folder start a modman repository:
modman init
Clone the module directly from github repository:
modman clone https://github.com/merchantprotocol/M1-core.git
modman clone https://github.com/merchantprotocol/M1-protocol-gateway.git
Download the zip file and copy the entire contents of the folder into the Magento root directory. For example:
unzip ~/Downloads/M1-protocol-gateway-master.zip
cp -R ~/Downloads/M1-protocol-gateway-master/* /var/www/html
php shell/mp/core.php --action uninstall --extension MP_Gateway --modman M1-protocol-gateway
- Create a fork!
- Create a branch for the features:
git checkout -b my-new-feature
- Make commit yours changes:
git commit -am 'Add some feature'
- Give a push to branch:
git push origin my-new-feature
- Create a pull request
Author | Version | |
---|---|---|
Mage Plugins | david@mageplugins.net | 1.3.1.0 |
This source file is subject to the Mage Plugins Commercial License (MPCL 1.0)
that is bundled with this package in the file LICENSE.md.
It is also available through the world-wide-web at this URL:
https://mageplugins.net/commercial-license/
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to mageplugins@gmail.com so we can send you a copy immediately.
DISCLAIMER
Do not edit or add to this file if you wish to upgrade to newer
versions in the future. If you wish to customize the extension for your
needs please refer to https://www.mageplugins.net for more information.
Copyright (c) 2006-2018 Mage Plugins Inc. and affiliates (https://mageplugins.net/)
https://mageplugins.net/commercial-license/ Mage Plugins Commercial License (MPCL 1.0)