{include file='lib/header.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='lib/footer.html'}