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