innomedia/shopextensions
最新稳定版本:1.1.5
Composer 安装命令:
composer require innomedia/shopextensions
包简介
Silverstripe 5 Basic Shop Extensions
README 文档
README
Overwrite Receipt.ss and DeliverySlip.ss in templates. on 404 after i.e. Mollie returns "paid" and order not found check if Emails can be sent without error
Debug Hint: set Order to paid in Database and call /OrderReceipt/StreamDeliverySlip/$OrderID and /OrderReceipt/StreamReceipt/$OrderID to test for errors
You may also need to apply the silvershop.patch for Address Fields to correctly display in default templates
just add/require "cweagans/composer-patches" -> composer update -> add
"patches": {
"silvershop/core": {
"Made Address Fields not in composite field": "silvershop.patch"
}
},
to your "extra" in composer.json
and update again (first one needed for composer-patches to install second needed for the patch to be applied)
统计信息
- 总下载量: 454
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-09-21