如何使用 Enupal craft 插件自定义 Stripe 支付?

How can I customise the Stripe payment using the Enupal craft plugin?

已遵循文档 https://enupal.com/craft-plugins/stripe-payments/docs/plugin-development/template-overrides

在我的模板文件夹中创建了一个文件夹 templates/_stripe/donations/_frontend/[前端文件夹中的所有文件夹]

如何将其包含在我的模板中?

您只需要在付款表格的 Templates Folder 输入下添加下一个路径:

_stripe/donations/_frontend

并且不要忘记启用 Custom templates 电灯开关

然后像往常一样显示您的付款表格(它将占用您的模板覆盖文件夹)

{{ craft.enupalStripe.paymentForm('handle') }}