`{php $bootstrap_type = 3;} {template 'header'}
订单详情
订单编号:{$item['ordersn']} {php echo date('Y-m-d H:i', $item['createtime'])}
{loop $goods $g}
{$g['marketprice']} 元{if $g['unit']} / {$g['unit']}{/if} {$g['total']}{if $g['unit']} {$g['unit']}{/if}
{/loop}
状态 {if $item['paytype'] == 3} {if $item['status'] == -1} 订单取消 {elseif $item['status'] < 3} 货到付款 / 未付款 {else} 已完成 {/if} {else} {if $item['status'] == -1} 订单取消 {elseif $item['status'] == 0} 未付款 {elseif $item['status'] == 1} 已付款 {elseif $item['status'] == 2} 已发货 {else} 已完成 {/if} {/if}
配送方式 {$dispatch['dispatchname']}
{if ($item['status'] == '2' || $item['status']==3) && !empty($item['expresssn'])}
快递: {$item['expresscom']} 单号: {$item['expresssn']}
查看快递
{/if} {if !empty($item['remark'])}
订单备注
{$item['remark']}
{/if}
共计: {if $item['dispatchprice']<=0} {$item['price']} 元 {else} {$item['price']} 元 (含运费 {$item['dispatchprice']} 元) {/if} {if $item['paytype'] != 3} {if $item['status'] == 0} 立即支付 {/if} {/if} {if $item['status'] == 2 || ($item['paytype'] == 3 && $item['status'] < 3)} 确认收货 {/if}
{template 'footer'} {template 'footerbar'}