[#escape x as x?html] 微信支付
[#include "/shop/${theme}/include/header.ftl" /]
1.填写预订信息 2.在线支付 3.完成预订

您的订单已成功提交,正在等待付款!

[#if order.commercialTenant.productCategory.id==constants.FARM_PRODUCTCATEGORY_ID]
预订人信息请核对您的订单信息
${order.commercialTenant.name}

就餐时间: ${order.foodsOrder.startDate}

[#list order.orderItems as orderItem]

${orderItem.name}x ${orderItem.quantity}

[/#list]

预 订 人:${order.foodsOrder.customers}

联系方式:${order.phone}

附言:${order.memo}

请您在 ${order.expire?string("yyyy-MM-dd HH:mm:ss")} 之前支付订单款项,否则该订单将自动撤销!

[#elseif order.commercialTenant.productCategory.id==constants.TOURISM_PRODUCTCATEGORY_ID]
预订人信息请核对您的订单信息

游玩日期: ${order.tourists[0].playDate?string("yyyy-MM-dd")}

[#list order.orderItems as orderItem]

[#if orderItem.product.name?? ]${abbreviate(orderItem.product.goodsName, 20, "...")}[${abbreviate(orderItem.product.name,20,"...")}][#else]${abbreviate(orderItem.product.goodsName, 30, "...")}[/#if]x ${orderItem.quantity}

[/#list]

预 订 人:${order.tourists[0].name}

身 份 证:${order.tourists[0].identityCard}

手 机 号:${order.phone}

请您在 ${order.expire?string("yyyy-MM-dd HH:mm:ss")} 之前支付订单款项,否则该订单将自动撤销!

[#else]
预订人信息请核对您的订单信息
[#list order.orderItems as orderItem]

${orderItem.name}x ${orderItem.quantity}

[/#list]

预 订 人:${order.consignee}

手 机 号:${order.phone}

请您在 ${order.expire?string("yyyy-MM-dd HH:mm:ss")} 之前支付订单款项,否则该订单将自动撤销!

[/#if]
选择支付方式
[#if order.payMethod.method == "online"] [#if paymentPlugins?has_content]
    [#list paymentPlugins as paymentPlugin] [#if paymentPlugin?has_content]
  • [#else]
  •  
  • [/#if] [/#list]
[/#if] [#else] [#noescape] ${order.payMethod.content} [/#noescape] [/#if]
支付金额:${order.amount}

立即支付

[#include "/shop/${theme}/include/footer.ftl" /]

请在新打开的页面上完成支付

支付完成前,请不要关闭此窗口
支付完成 支付遇到问题

支付${currency(order.amount, true)}

微信扫码支付

使用其他支付方式 >
[/#escape]