{* cart -> css *} {$include_header_css_files[] = array("`$tnice.template_css`/cart.css")} {$include_footer_html_files[] = array("`$tnice.template_dir`/modules/html/quick_tool_bar.html")} {* cart -> login_mini modules *} {$include_header_css_files[] = array("`$tnice.template_css`/modules/dialogbox.css")} {$include_footer_js_files[] = array("`$tnice.template_js`/default/jquery/jquery-dialogbox.js")} {$include_footer_html_files[] = array("`$tnice.template_dir`/modules/html/login_mini.html")} {* cart -> js *} {$include_footer_js_files[] = array("`$tnice.template_js`/jquery.plugin/jquery.cookie/jquery.cookie.js")} {$include_footer_js_html_files[] = array("`$tnice.template_dir`/parts/cart/cart_js.html")} {include file = "{$tnice.template_dir}/header.html" scope = parent}
  1. 购物袋
  2. 确认订单信息
  3. 完成提交订单

购物袋

继续购物
{if $cartCheckNotice || $cartCheckNoticeNoenough}

温馨提示:{$cartCheckNotice} {$cartCheckNoticeNoenough}

关闭
{/if} {if $packGiftsDeletedName}

温馨提示:由于您的 {$packGiftsDeletedName} 礼包发生变更,赠品已移除

关闭
{/if} {if $errorPackName}

温馨提示:您订购的礼包 {$errorPackName} 已下架

关闭
{/if} {if !empty($cart_good)} {foreach $cart_good as $key=>$item} {/foreach} {/if} {* 单品结束*} {*礼包开始*} {if !empty($pack_goods)} {foreach $pack_goods AS $p_key => $p_item} {/foreach} {/if} {*礼包结束*} {*赠品开始*} {if isset($gift_goods)} {foreach $gift_goods as $key=>$gift} {if !$gift.pack_id} {else} {/if} {/foreach} {/if} {*赠品结束*} {* 活动提示 *} {if isset($activity_cart.list)} {foreach item=x key=kx from=$activity_cart.list name=foo2} {if isset($x.act_type) && isset($x.gift) && isset($x.gift_stock)} {if $x.gift_stock > 0} {/if} {else} {/if} {/foreach} {/if}
商品 单价 数量 小计 操作
{if !$item.product_id} {$item.goods_name}{if $item.is_gift}【赠品】{/if}{$item.goods_name} {else} {if $item.subtotal <=0} {$item.goods_name}{if $item.is_gift}【赠品】{/if}{$item.goods_name} {else} {$item.goods_name}{if $item.is_gift}【赠品】{/if}{$item.goods_name} {/if} {/if}
{$item.goods_attr}
{if $item.goods_price>0}¥{$item.goods_price|price_format}{else}--{/if} {if $item.is_gift} {$item.goods_number} {else} {if $item.stock_number <= 0} 此商品已无货 {else}
{if isset($cartInfoNotice[$item.rec_id])}
{$cartInfoNotice[$item.rec_id]}
{/if}
{/if} {/if}
{if $item.subtotal > 0 }¥{$item.subtotal|price_format}{else}--{/if} {if !$item.is_gift} 删除 {/if} {if $item.subtotal <= 0} {else} 收藏 {/if}
{foreach $p_item.goods AS $kk => $pp} {if $kk eq '0'} {elseif $pp.is_gift >0} {else} {/if} {/foreach} {if isset($p_item.gift)} {/if}
关闭按钮 【组合套装】{$pp.goods_name} 套组商品详情 ¥{$pp.goods_price|price_format}
¥{$pp.subtotal|price_format} 删除
{$pp.goods_name} {$pp.goods_name}
{if isset($pp.goods_attr)}{$pp.goods_attr} {/if}
¥{$pp.goods_price|price_format}
{if $pp.stock_number > 0 && !isset($nostockgoods[$pp.rec_id])} {else} 此商品已无货 {/if} {if isset($cartInfoNotice[$pp.rec_id])}
{$cartInfoNotice[$pp.rec_id]}
{/if}
¥{$pp.subtotal|price_format} 删除 收藏
{$p_item.gift.goods_name} 【套组赠品】{$p_item.gift.goods_name} --
1
--
{$gift.goods_name} 【赠品】{$gift.goods_name} -- {$gift.goods_number} --
活动{$kx + 1}:{$x.act_name} 0
活动{$kx + 1}:{$x.act_name} 1
商品总价(不含运费):¥ {if $total.discount} 活动优惠:¥ {/if} 总价:¥
{include file = "{$tnice.template_dir}/sub_footer.html" scope = parent} {include file = "{$tnice.template_dir}/footer.html" scope = parent}