<{foreach from=$addons item=tmpl}>
<{require file=$tmpl}>
<{/foreach}>
<{foreach from=$addons item=tmpl}>
<{require file=$tmpl}>
<{/foreach}>
<{if $goodsbndisplay eq 'true'}>
<{t}>编号:<{/t}><{$goods.bn}>
<{/if}>
<{t}>货号:<{/t}><{if $goods.product_bn}><{$goods.product_bn}><{else}><{assign var="product0bn" value=$goods.product|current}><{$product0bn.bn}><{/if}>
<{if $goods.brand.brand_name}>
<{t}>品牌:<{/t}><{$goods.brand.brand_name}>
<{/if}>
<{t}>价格区间:
<{if $goods.minmktprice && $goods.maxmktprice}>
<{$goods.minmktprice|cur_odr:$order.currency}> - <{$goods.maxmktprice|cur_odr:$order.currency}>
<{else}>
<{$goods.mktprice|cur_odr:$order.currency}>
<{/if}>
<{/t}>
<{if $env.conf.b2c.goodsprop.display.position != 1}>
<{foreach from=$goods.type.props item=propord key=key}>
<{if $propord.show}>
<{assign var="pkey" value="p_{$key}"}>
<{assign var="pcol" value=$goods.props.$pkey.value}>
<{if trim($pcol) !== ''}>
<{$propord.name}>: <{if $propord.type == 'select'}>
<{if $env.conf.b2c.goodsprop.display.switch == 'true'}>array("{$goods[category][cat_id]}"),"p_{$key}"=>array($pcol))}>" target="_blank"><{$propord.options.$pcol}><{else}><{$propord.options.$pcol}><{/if}>
<{else}>
<{$pcol}>
<{/if}>
<{/if}>
<{/if}>
<{/foreach}>
<{/if}>