基本信息 | <{foreach from=$goodsBasicInfo item=goods}><{/foreach}> | |
---|---|---|
商品 | <{foreach from=$goodsBasicInfo item=goods}>
<{$goods.name}><{if $goods.spec_info}>(<{$goods.spec_info}>)<{/if}>
<{if $goods.store <= 0 }>
<{button type="button" class="btn-caution action-notify" label="到货通知"}>
<{else}>
<{if $env.conf.b2c.site.buy.target == '2'}>
<{assign var='buytarget' value='_blank_cart'}>
<{elseif $env.conf.b2c.site.buy.target == '3'}>
<{assign var='buytarget' value='_dialog_minicart'}>
<{/if}>
target="<{$buytarget}>"<{/if}>>加入购物车
<{/if}>
查看详细
|
<{/foreach}>
|
价格 | <{foreach from=$goodsPrice item=price}><{$price.price|cur_odr}> | <{/foreach}>|
品牌 | <{foreach from=$goodsBrind item=brand_id}><{$brand[$brand_id.brand_id]|default:'-'}> | <{/foreach}>|
重量 | <{foreach from=$goodsWeight item=weight}><{$weight.weight|default:"-"}><{if $weight.weight}><{t}>克<{/t}><{/if}> | <{/foreach}>|
商品评分 | <{foreach from=$goodsPoint item=point}> <{if $point.point_num > 0}>/////..... <{$point.point_num}><{t}>条评论<{/t}> | <{else}>暂无评论 | <{/if}> <{/foreach}>
扩展属性 | <{foreach from=$goodsProps item=props}><{/foreach}> | |
<{$props.name}> | <{foreach from=$goodsProps item=item}><{$item.props[$props.goods_p].value|default:'-'}> | <{/foreach}>|
详细参数 | <{foreach from=$goods_params item=params}><{/foreach}> | |
<{$key}> | <{foreach from=$goods_params item=item}><{$item.params[$value].value|default:'-'}> | <{/foreach}>|