| <{t}>订单商品 (购买量)<{/t}> |
<{foreach from=$goodsItems item=aGoods}>
<{if $aGoods.product}>
|
<{$aGoods.product.name}>
×(<{$aGoods.product.quantity}>)
|
<{/if}>
<{if $aGoods.adjunct}>
<{foreach from=$aGoods.adjunct item=adjunctItem}>
|
<{$adjunctItem.name}>
×(<{$adjunctItem.quantity}>)
|
<{/foreach}>
|
<{/if}>
<{if $aGoods.gifts}>
<{foreach from=$aGoods.gifts item=giftItem}>
|
<{$giftItem.name}>
×(<{$giftItem.quantity}>)
|
<{/foreach}>
|
<{/if}>
<{/foreach}>
<{if $giftsItems}>
| <{t}>订单赠品 (购买量)<{/t}> |
<{foreach from=$giftsItems item=aGifts}>
|
<{$aGifts.name}>
×(<{$aGifts.quantity}>)
|
<{/foreach}>
<{/if}>
<{if $extends_items}>
<{foreach from=$extends_items item=aExtends}>
<{$aExtends}>
<{/foreach}>
<{/if}>
|
<{if $ordermsg}>
<{include file="admin/order/od_msg_item.html" app=b2c}>
<{else}>
<{/if}>
|
<{if $status!='finish'&&$status!='cancel'}>