<{t}>商品清单<{/t}>
<{if $promotion_type != 'prepare'}>
<{t}>商品<{/t}> |
<{t}>销售价<{/t}> |
<{t}>数量<{/t}> |
<{t}>优惠金额<{/t}> |
<{t}>积分<{/t}> |
<{t}>小计<{/t}> |
<{elseif $promotion_type == 'prepare'}>
<{t}>商品<{/t}> |
<{t}>销售价<{/t}> |
<{t}>预售订金<{/t}> |
<{t}>数量<{/t}> |
<{t}>小计<{/t}> |
<{/if}>
<{if $item_section}>
<{foreach from=$item_section item=section}>
<{include file=$section.file app=$section.app}>
<{/foreach}>
<{/if}>