{$goods_info.goods_name}
--------------
{if $goods_info.brand_id}
商品品牌:{$brand_name}
{/if}
商品编号:{$goods_info.goods_sn}
商品分类:
{foreach from=$cat_array item=cat_data}
{$cat_data.cat_name}->
{/foreach}
{$goods_info.goods_name}
{if $goods_info.goods_number neq ""}商品库存:
{if $goods_info.goods_number eq 0}
已售完
{else}
{$goods_info.goods_number}
{/if}
{/if}
市场价格:{$goods_info.market_price}
商品价格:{if $promote_price_org}{$goods_info.promote_price}{else}{$goods_info.shop_price_formated}{/if}
{$rank_price.rank_name}:{$rank_price.price}
{if $goods_info.promote_price and $goods_info.gmt_end_time}促销价格:{$goods_info.promote_price}{/if}
{foreach from=$specification item=spec key=spec_key}
{$spec.name}:
{if $spec.attr_type eq 1}
{foreach from=$spec.values item=value key=key}
{$value.label} [{if $value.price gt 0}{$lang.plus}{elseif $value.price lt 0}{$lang.minus}{/if} {$value.format_price|abs}]
{/foreach}
{else}
{foreach from=$spec.values item=value key=key}
{$value.label} [{if $value.price gt 0}{$lang.plus}{elseif $value.price lt 0}{$lang.minus}{/if} {$value.format_price|abs}]
{/foreach}
{/if}
{/foreach}
浏览次数:{$goods_info.click_count}
商品说明:{$goods_info.goods_brief}
购买此商品
点击查看商品图片
商品评论({$comment.pager.record_count})
--------------
回上一页
返回首页
{$footer}