<{include file="public/head.html"}>
填写并核对定单信息
  • 收货人信息
  • 收货人:
  • 手机号:
  • 电子信箱:
  • 收货人地址:
  • 详细地址:
  • 邮政编码
  • 支付方式
  • <{foreach $payment as $row}> checked<{/if}>/>  <{$row.title}>     <{/foreach}>
  • 配送方式
  • <{foreach $ems as $row}> checked<{/if}>/>  <{$row.title}>     <{/foreach}>
  • 送货清单
  • <{$total=0}> <{foreach $cart as $row}>
  • <{$row@iteration}>. <{$row.title}> [ ¥<{$row.memberprice}> ×<{$row.num}> ]
  • <{$total = $total+$row.memberprice*$row.num}> <{/foreach}>
商品共计:¥<{$total|string_format:"%.2f"}> 元
  • 运费
  • <{if $total ge $fegconfig.free}> 免运费 <{else}> ¥<{$fegconfig.freight}>(<{if $total ge $fegconfig.free}>卖<{else}>买<{/if}>家承担运费) <{/if}>
<{include file="public/footer.html"}>