【问题标题】:How to display payment instructions in magento email如何在 magento 电子邮件中显示付款说明
【发布时间】:2016-05-05 16:15:13
【问题描述】:

我使用{{var order.getPayment().getMethodInstance().getTitle()}} 在自定义电子邮件模板中显示付款方式,因为{{var payment_html}} 没有得到任何结果(空白字段)。如何将付款方式和付款说明添加到自定义电子邮件中,以便显示与 /app/locale/en_US/template/email/sales/order_new.html 中使用的相同的块?

【问题讨论】:

    标签: magento


    【解决方案1】:

    我也在努力实现这一目标。 你试过这个吗?

    {{var order.getPayment().getMethodInstance().getDescription()}}
    

    【讨论】:

      猜你喜欢
      • 2017-05-05
      • 1970-01-01
      • 2012-07-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-07-28
      相关资源
      最近更新 更多