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

暂无产品

{/if} {include file="footer.html"}