<{if $showpage}> <{foreach from=$product item=item key=key}>
<{$item.name}>
规格:<{$item.pdt_desc}>
货号:<{$item.bn}>
库存:<{$item.store}>
数量:<{$item.nums}>
价格:<{$item.price}><{$currency}>
<{/foreach}> <{else}>
<{$product.name}>
规格:<{$product.pdt_desc}>
货号:<{$product.bn}>
库存:<{$product.store}>
数量:<{$num}>
价格:<{$product.price}><{$currency}>  总价:<{$totalPrice}>
<{/if}>