我正在使用magento 1.7
。我有自定义文件,在下订单时,订单表格应发送到不同的电子邮件ID。
现在我可以将邮件发送到不同的电子邮件ID并在邮件中获取送货和结算详细信息,但我没有收到订购商品。我正在使用以下代码。但它没有显示任何内容。
{{layout handle="sales_email_order_items" order=$order}}
我该怎么做呢? 链接提及:http://www.atwix.com/magento/emails-for-custom-events/
答案 0 :(得分:0)
在观察者文件中,您使用了模板变量:
$emailTemplateVariables['order'] = $order;