-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/realtimedespatch/magento-…
- Loading branch information
Showing
1 changed file
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,81 @@ | ||
# magento-orderflow | ||
Magento extension for integrating with RTD OrderFlow | ||
<h1 align="center">Magento 1 OrderFlow Integration</h1> | ||
|
||
The latest OrderFlow Magento Integration documentation is available at https://documentation.realtimedespatch.co.uk/html/OrderFlowMagentoIntegration/index.html | ||
A Magento extension for integrating with RealtimeDespatch's OrderFlow Software | ||
|
||
<br /> | ||
<h2>Installation instructions:</h2> | ||
# Installation | ||
|
||
There are two options for installing the extension. | ||
|
||
Note that the two approaches cannot be used interchangeably, if Composer is used to install the module all subsequent upgrades should also use Composer. | ||
|
||
<h3>Manual installation/updates:</h3> | ||
<h2>Manual</h2> | ||
|
||
- Fetch the latest build from http://www.sixbysix.co.uk/orderflow/orderflow.tar.gz and unzip the files under the `orderflow` directory into your Magento installation. | ||
|
||
|
||
<h3>via Composer:</h3> | ||
<h2>Composer</h2> | ||
|
||
- Drop the composer.json into your magento webroot and run `composer install` with the appropriate user permissions. | ||
1. Add the following composer.json file to the magento webroot | ||
|
||
- For updates, run `composer update` | ||
``` | ||
{ | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.firegento.com" | ||
} | ||
], | ||
"require": { | ||
"magento-hackathon/magento-composer-installer": "*", | ||
"sixbysix/magento-realtime-despatch": "2.0.0", | ||
"ajbonner/magento-composer-autoload": "*" | ||
}, | ||
"extra":{ | ||
"magento-root-dir": "./" | ||
}, | ||
"minimum-stability": "dev" | ||
} | ||
``` | ||
|
||
- Ensure that you have developer symlinks enabled in your admin area: | ||
2. Execute `composer install` with the appropriate user permissions. | ||
|
||
3. If you are installing the module on a version of Magento prior to either 1.9.3.3, or 1.14.3.3 then please enable template symlinks. | ||
|
||
`Advanced > Developer > Template Settings > Allow Symlinks` | ||
|
||
<h3>Magento CE Compatibility</h3> | ||
# Compatibility | ||
|
||
<h2>Magento CE</h2> | ||
|
||
- Magento 1.6.x | ||
- Magento 1.7.x | ||
- Magento 1.8.x | ||
- Magento 1.9.x | ||
|
||
<h3>Magento EE Compatibility</h3> | ||
<h2>Magento EE</h2> | ||
|
||
- Magento 1.11.x | ||
- Magento 1.12.x | ||
- Magento 1.13.x | ||
- Magento 1.14.x | ||
|
||
<h3>PHP Compatibility</h3> | ||
<h2>PHP</h2> | ||
|
||
- 5.x (Module Version 1.x) | ||
- 7.x (Module Version 2.x) | ||
|
||
<h3>Support</h3> | ||
# Support | ||
|
||
The extension is provided 'as is' and is provided to Magento software houses and technical specialists who may wish to use it in its unmodified form or as a starting point for their own development. Support is available from <a href="http://www.sixbysix.co.uk/support">Six By Six</a>.</p> | ||
The extension is provided 'as is' and is provided to Magento software houses and technical specialists who may wish to use it in its unmodified form or as a starting point for their own development. Support is available from <a href="http://www.sixbysix.co.uk/support">Six By Six</a>. | ||
|
||
<h3>License</h3> | ||
# License | ||
|
||
<p>The extension is released under the Open Software License v3.0 (OSL-3.0)</p> | ||
The extension is released under the Open Software License v3.0 (OSL-3.0) | ||
|
||
<h3>Licensor</h3> | ||
# Licensor | ||
|
||
<p>The Licensor of the extension is Realtime Despatch.</p> | ||
The Licensor of the extension is Realtime Despatch. | ||
|
||
<h3>Author</h3> | ||
# Author | ||
|
||
<p>The author/maintainer of the extension up to its current release (1.0.0.38) is <a href="http://www.sixbysix.co.uk">Six By Six</a></p> |