sixbysix/magento-realtime-despatch
Composer 安装命令:
composer require sixbysix/magento-realtime-despatch
包简介
Real Time Despatch Magento Integration
README 文档
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
orderflowdirectory 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 installwith 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
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2017-05-12