Magento v1x Shipping Table Rates
This extension makes it possible to create and manage multiple table rates.
Version Control
This change log and release versions will be managed according to keepachangelog.com and Semantic Versioning 2.0.0. Magento.Major.Minor.Fixes
Magento Compatible Versions
- Magento Enterprise Edition 1.13.x ~ 1.14.x
- Magento Community Edition 1.6.x ~ 1.9.x
System Requirements
- PHP 5.4 >
Installation
Modman
Installation withIn the Magento root folder start a modman repository:
modman init
Clone the module directly from github repository:
modman clone git@github.com:merchantprotocol/M1.git
Manual installation
Clone the project in any folder on your computer and copy the entire contents of the src folder in the Magento root directory:
cp -R path/module/src/* magento/path/
Contributing
- 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
Credits
Author | Version | |
---|---|---|
Jonathon Byrd | jonathon@merchantprotocol.com | 1.0.0.0 |
NOTICE OF LICENSE
This source file is subject to the Merchant Protocol 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://merchantprotocol.com/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 info@merchantprotocol.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 http://www.merchantprotocol.com for more information.
Copyright (c) 2006-2016 Merchant Protocol LLC. and affiliates (https://merchantprotocol.com/)
https://merchantprotocol.com/commercial-license/ Merchant Protocol Commercial License (MPCL 1.0)