收藏管理中心

{foreach from=$goodsList item=goods} {/if} {foreachelse} {/foreach}
商品图片 商品名称 商品状态 单价 其他 操作
{$goods.goods_name} {if !$goods.is_on_sale}下架{elseif $stockList[$goods.product_id].goods_number<1}缺货{elseif $goods.shop_price=='0.00'}赠品{else}正常{/if} {if $goods.is_on_sale} {if $goods.is_group_sale}¥{$goods.promote_price}{elseif $goods.shop_price!='0.00'}¥{$goods.shop_price}{/if} {if isset($collectList[$goods.product_id])} {if $goods.is_group_sale} {if $goods.promote_price < $collectList[$goods.product_id].collect_price} 比关注时降价{($collectList[$goods.product_id].collect_price-$goods.promote_price)|price_format}元 {/if} {else} {if $goods.shop_price < $collectList[$goods.product_id].collect_price} 比关注时降价{($collectList[$goods.product_id].collect_price-$goods.shop_price)|price_format}元 {/if} {/if}

{if isset($actGoods[$goods.product_id])||isset($actBrand[$goods.brand_id])} 现在购买有赠品 {/if} {/if}
{if $goods.is_on_sale&&$stockList[$goods.product_id].goods_number>0&&$goods.shop_price>0} 立即购买 {/if} 取消收藏
您还没有收藏过商品
{include file = "{$tnice.template_dir}/pagination.html" scope = parent}