编辑CC代码交易电子邮件Magento

时间:2013-11-08 11:19:29

标签: php magento

当有人在我的网站上使用信用卡订购时,Magento会发送一封电子邮件,其中包含有关订单的大量详细信息。这封电子邮件显示了使用的付款方式,但是代码中没有写入卡片上的名称是代码,我该怎么做才能在magento中更改此变量。

这是我的跨国电子邮件代码(只是付款部分):

                <table cellspacing="0" cellpadding="0" border="0" width="650">
                    <thead>
                    <tr>
                        <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informa&ccedil;&otilde;es de Cobran&ccedil;a:</th>
                        <th width="10"></th>
                        <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Forma de Pagamento:</th>
                    </tr>
                    </thead>
                    <tbody>
                    <tr>
                        <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
                            {{var order.getBillingAddress().format('html')}}
                        </td>
                        <td>&nbsp;</td>
                        <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
                            {{var payment_html}}
                        </td>
                    </tr>
                    </tbody>
                </table>

这是电子邮件:

Transational email http://imageshack.com/a/img10/4623/yo23.jpg

0 个答案:

没有答案