sixbysix / magento-realtime-despatch
Real Time Despatch Magento Integration
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 8
Forks: 6
Open Issues: 0
Type:magento-module
This package is auto-updated.
Last update: 2025-02-13 22:28:59 UTC
README
A Magento extension for integrating with RealtimeDespatch's OrderFlow Software
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.
Manual
- 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.
Composer
- Add the following composer.json file to the magento webroot
{
"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"
}
-
Execute
composer install
with the appropriate user permissions. -
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
Compatibility
Magento CE
- Magento 1.6.x
- Magento 1.7.x
- Magento 1.8.x
- Magento 1.9.x
Magento EE
- Magento 1.11.x
- Magento 1.12.x
- Magento 1.13.x
- Magento 1.14.x
PHP
- 5.x (Module Version 1.x)
- 7.x (Module Version 2.x)
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 Six By Six.
License
The extension is released under the Open Software License v3.0 (OSL-3.0)
Licensor
The Licensor of the extension is Realtime Despatch.
Author
The author/maintainer of the extension up to its current release (2.0.0) is Six By Six