{include="user/style"}
我的购物车 - 个人中心
{include="user/top"}
{include="user/left_nav"}
{include="user/tips"}
我的购物车
购物车
{if($carts)}
{foreach $carts as $v} {if($v['info'])}
{$v['info']['title']}
数量
单价
¥{$v['info']['price']}
删除
{else}
[ 无 ]
[{$v['id']}][ 商品已被删除 ]
数量
单价
¥{$v['price']}
{/if} {/foreach}
总计
总金额
0.00
折扣
0.00
邮费
0.00
总计
0.00
立即支付
{else} 暂无商品~ {/if}
{include="user/footer"}