innomedia / shopextensions
Silverstripe 5 基础商店扩展
1.0.1
2024-07-18 11:53 UTC
Requires
README
在模板中覆盖Receipt.ss和DeliverySlip.ss。例如,在Mollie返回"已支付"但订单未找到后,检查是否可以无错误地发送电子邮件
调试提示:在数据库中将订单设置为已支付,并调用/OrderReceipt/StreamDeliverySlip/$OrderID和/OrderReceipt/StreamReceipt/$OrderID以测试错误
您可能还需要应用silvershop.patch来正确显示默认模板中的地址字段,只需添加/require "cweagans/composer-patches" -> composer update -> add
在composer.json的"extra"部分添加以下内容:"patches": { "silvershop/core": { "Made Address Fields not in composite field": "silvershop.patch" } }",然后再次更新(第一个用于安装composer-patches,第二个用于应用补丁)