{foreach from=$cart_list item=cart_item} {/foreach}
{$LANG.DEAL_ITEM} {$LANG.NUMBER} {$LANG.PRICE} {$LANG.TOTAL_PRICE}
{$cart_item.name} {$cart_item.number} {if $cart_item.buy_type eq 0} {function name="format_price" value=$cart_item.unit_price} {else} {function name="format_score" value=$cart_item.return_score} {/if} {if $cart_item.buy_type eq 0} {function name="format_price" value=$cart_item.total_price} {else} {function name="format_score" value=$cart_item.return_total_score} {/if}
{$LANG.PAY_TOTAL_PRICE} {function name="format_price" value=$total_price}