{import file="header.html" title="订单详情"}> <{uqcms m="order" v="row" c="get_one:order_no=smarty.get.oid&is_shop=1"}> <{if $row.error == '0'}>
| 商品 | 单价(元) | 数量 | 总价(元) |
|---|---|---|---|
|
<{if $i.sku}>
<{foreach item=s from=$i.sku}>
<{$s.0}> : <{$s.1}>
<{/foreach}>
<{/if}>
|
<{$i.price}> | <{$i.buy_num}> | <{$i.total_price}> |