<{include file="public/head.html"}>
购物列表
  • 商品名称 单价 数量 小计
  • <{foreach $cart as $row}>
  • style="border-bottom:none;"<{/if}>> <{$row.title}> <{$row.memberprice}> <{$xj=$row.memberprice * $row.num}> 移除
  • <{foreachelse}>
    购物车空空的哦~,去看看心仪的商品吧~
    去购物
    <{/foreach}>
<{if $cart ne null}>
共计:
继续购物 结算
<{/if}>
<{include file="public/footer.html"}>