【问题标题】:Custom email notification to different email ids Magento自定义电子邮件通知到不同的电子邮件 ID Magento
【发布时间】:2014-06-19 11:31:31
【问题描述】:

我正在使用 magento 1.7。我有自定义文件,当下订单时,订单表格应发送到不同的电子邮件 ID。

现在我可以将邮件发送到不同的电子邮件 ID,并在邮件中获取运输和账单详细信息,但我没有收到订购的物品。我正在使用以下代码。但它什么也没显示。

{{layout handle="sales_email_order_items" order=$order}}

我将如何处理它? 链接参考:http://www.atwix.com/magento/emails-for-custom-events/

【问题讨论】:

    标签: php html magento


    【解决方案1】:

    在观察者文件中你是否使用了模板变量:

    $emailTemplateVariables['order'] = $order;
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-01-07
      • 2014-01-02
      • 2019-10-31
      • 2017-06-15
      • 2018-09-19
      • 1970-01-01
      • 1970-01-01
      • 2023-01-09
      相关资源
      最近更新 更多