{include file = "wap/_header.html" scope = parent}
{if isset($err_msg)}
{$err_msg}
{/if} {if $cart_status} 商品总计
商品数量:{$total.real_goods_count}件
总计金额:¥{number_format($total.goods_price, 2)}元(不含运费)
共节省:¥{number_format($total.market_price - $total.goods_price, 2)}元
【进行结算】 【继续购买】
购物车列表
{$i = 1} {* 显示单品 *} {foreach $cart_good as $one}
{$i}.{$one.short_title} {if !empty($one.goods_attr)}({$one.goods_attr}){/if}
美丽价:¥{$one.goods_price}  市场价:¥{$one.market_price}
数量:
[删除商品]
{assign $i $i++} {/foreach} {* 显示礼包 *} {foreach $pack_goods as $one}
{$i}.{$one.short_title}
美丽价:¥{$one.goods_price}  市场价:¥{$one.market_price}
数量: {$one.goods_number}"
{assign $i $i++} {/foreach} {* 显示赠品 *} {foreach $gift_goods as $one} {if !$one.pack_id} {if $one@first}赠品{/if}
{$i}.{$one.goods_name}
美丽价:¥{$one.goods_price}  市场价:¥{$one.market_price}
数量: {$one.goods_number}
{assign $i $i++} {/if} {/foreach}

【进行结算】 【继续购买】
{else}

您的购物车为空,快去选购商品吧!

【立即购买】 {/if}
{include file = "wap/_footer.html" scope = parent}