微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Prestashop orders_conf.html 与客户订单说明

如何解决Prestashop orders_conf.html 与客户订单说明

我需要将“订单备注”添加到发送给客户的 orders_conf.html 中。

我尝试从 themes/MYTHEME/modules/ps_emailalerts/mails/it 复制此代码,但它只添加了表格和 {message} 标签

你能帮我吗?谢谢

<div class="mj-column-per-100 outlook-group-fix" style="font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;" align="left" width="100%">
                          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans,Arial,sans-serif; font-size: 14px;"><tbody><tr>
<td style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #f3f3f3; vertical-align: top; padding-top: 10px; padding-bottom: 10px;" bgcolor="#f3f3f3">
                                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans,sans-serif; font-size: 14px;" width="100%"><tr>
<td align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-size: 0px; padding: 10px 25px; word-break: break-word;">
                                        <div style="font-family:Open sans,arial,sans-serif;font-size:16px;line-height:25px;text-align:left;color:#363A41;" align="left"> {message} </div>
                                      </td>
                                    </tr></table>
</td>
                              </tr></tbody></table>
</div>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。