outeredge/edge-magento-module-multipledelivery
最新稳定版本:1.0.0
Composer 安装命令:
composer require outeredge/edge-magento-module-multipledelivery
包简介
<Simple Multiple Delivery Options Module by outer/edge
README 文档
README
Multiple Delivery Methods module for Magento
Adds a delivery method in Magento configuration which allows the adding of multiple delivery methods using a json encoded string.
Available Options
- enabled (boolean)
- title (string)
- description (string)
- price (float)
- cost (float)
- postcodes (array)
- postcode_condition (allow|restrict)
An example setup
{
"nextday": {
"enabled": true,
"title": "Next Day",
"description": "Next day delivery",
"price": 5,
"postcodes": ["PO20","PO19"],
"postcode_condition": "restrict"
},
"nextdaybefore10": {
"enabled": true,
"title": "Next Day (before 10am)",
"description": "Receive your items before 10am",
"price": 10,
"postcodes": ["PO20","PO19"],
"postcode_condition": "allow"
}
}
统计信息
- 总下载量: 438
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-09