$!httpInclude.include("/top.htm")
$!httpInclude.include("/head.htm")
  • 1.查看购物车
  • 2.确认订单信息
  • 3.付款到卖家
  • 4.确认收货
  • 5.评价

订单提交成功

您的订单已成功生成,选择您想用的支付支付方式进行支付

  • 订单编号:$!{of.order_id}
  • 应付金额:¥$!{of.totalPrice}

您可以在用户中心中“我的订单”查看该订单

#set($paym=$!config.getConfig_payment_type()) #if($!paym==1)
  • 在线支付

    #set($install=$!paymentTools.queryShopPayment("wxcodepay").get("install")) #set($content=$!paymentTools.queryShopPayment("wxcodepay").get("content")) #if($!install==true)
    $!content
    #end
#else
#end
$!httpInclude.include("/footer.htm")