aceextensions / module-orderdeliverydate
1.0.0
2020-04-27 16:02 UTC
Requires
- aceextensions/ace-core: ^1.0
This package is not auto-updated.
Last update: 2024-09-25 05:05:55 UTC
README
客户使用
-
在结账时选择期望的送货日期和时间
-
选择送货日期的时间段
-
管理送货日期的位置
- 收货地址
- 运输方式
- 审查与支付
-
管理日期格式
- mm/dd/yy (例如:12/05/2020)
- dd-mm-yy (例如:05-12-2020)
- yy-mm-dd (例如:2020-12-05)
-
在送货备注中为商家留下额外信息/备注
管理员使用
- 根据可用性排除特定日期/时间(待办事项)
- 编辑并添加订单送货日期到相关文档(订单、发票、电子邮件等)(待办事项)
- 支持API订单属性(待办事项)
进行中
- 管理处理时间
- 管理日历图标
待办事项
- 设置订单日期和送货日期之间的间隔
- 在产品页面和结账时显示调度器
- 同日送达,带有自定义费用和截止时间
- 为Magento客户组提供自定义送货选项
- 跟踪送货订单
- 显示送货日期和时间,并附加额外费用
安装
* = 在生产中使用,请使用 --keep-generated
选项
类型1:ZIP文件
- 在
app/code/Ace
中解压缩ZIP文件 - 通过运行
php bin/magento module:enable Aceextensions_OrderDeliveryDate
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清除缓存
类型2:Composer
- 在Composer存储库中使模块可用,例如
- 私有存储库
repo.magento.com
- 公共存储库
packagist.org
- 公共GitHub存储库作为vcs
- 私有存储库
- 通过运行
composer config repositories.repo.magento.com composer https://repo.magento.com/
将Composer存储库添加到配置中 - 通过运行
composer require aceextensions/module-orderdeliverydate
安装模块Composer - 通过运行
php bin/magento module:enable Aceextensions_OrderDeliveryDate
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清除缓存
配置
-
启用(orderdeliverydate/general/enabled)
-
处理时间(orderdeliverydate/general/processingtime)
-
显示位置(orderdeliverydate/general/displayat)
-
时间段(orderdeliverydate/general/timeslots)
-
日期格式(orderdeliverydate/general/dateformat)
-
日历图标(orderdeliverydate/general/iconcalendar)
属性
-
销售 - delivery_timeslot(delivery_timeslot)
-
销售 - delivery_date(delivery_date)
-
销售 - delivery_comments(delivery_comments)