xml Miva - 在订单确认电子邮件中修复丢失的购物篮/订单自定义字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Miva - 在订单确认电子邮件中修复丢失的购物篮/订单自定义字段相关的知识,希望对你有一定的参考价值。
<mvt:item name="customfields" param="Read_Basket( 'order_notes', l.settings:order:customfields:notes )" />
<mvt:if expr="NOT(l.settings:order:customfields:notes)">
<mvt:item name="customfields" param="Read_Order( l.settings:order:id, 'order_notes', l.settings:order:customfields:notes )" />
</mvt:if>
<mvt:if expr="l.settings:order:customfields:notes">
Order Notes:
&mvte:order:customfields:notes;
</mvt:if>
以上是关于xml Miva - 在订单确认电子邮件中修复丢失的购物篮/订单自定义字段的主要内容,如果未能解决你的问题,请参考以下文章
Woocommerce:在购物车、订单确认和订单电子邮件中显示变体名称 [重复]
Magento 2.4.3 产品未显示在订单确认邮件中
如何在 Swift 中确认订单后发送电子邮件
Magento 1.9.1.0 订单确认未发送
如何修复我的表单没有将数据更新到数据库 [Codeigniter]
Magento - cron 作业脚本正在运行,但 Magento 订单确认电子邮件未发送