{include file="header.html"}
{include file="common.html"} {assign var="tb" value="购物车"} {include file="toolbar.html"}
{if $shopcarlist}
菜名
价格
数量
操作
{foreach item=shop from=$shopcarlist}
{$shop.shopname}
{foreach item=t from=$shop.cailist}
{$t.title}
{$t.price}
删除
{/foreach} {/foreach}
总价格:{$totalmoney}元
{else}
暂无产品
{/if} {include file="footer.html"}