我只想在订单发货时在交易电子邮件中加载特定块.我想加载块,使用以下代码购买:
{{block type='core/template' area='frontend' template='email/order/invoiceemailhead.phtml' order=$order}}
我已经使用该模板检查付款方式,但使用;
<?php if($this->getOrder()->getPayment()->getMethodInstance()->getCode()=='cashondelivery'):?>
我如何检查订单是否已发货? 我需要哪些代码?
最新回答
- 2019-8-171 #
尝试使用以下代码检查订单是否已发货。