Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ToothpasteFeet committed May 13, 2019
2 parents b91c246 + a3a664e commit e89df2d
Showing 1 changed file with 40 additions and 20 deletions.
60 changes: 40 additions & 20 deletions README.md
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>

0 comments on commit e89df2d

Please sign in to comment.