<{$product.name}>

<{$goods.name}>

    <{if $goods.bn}>
  • <{t}>货号:<{/t}><{$goods.bn}>
  • <{/if}> <{if $goods.brand_name}>
  • <{t}>商品品牌:<{/t}><{$goods.brand_name}>
  • <{/if}> <{if $goods.weight}>
  • <{t}>商品重量:<{/t}><{$goods.weight}><{t}> 克(g)<{/t}>
  • <{/if}> <{if $goods.score}>
  • <{t}>所得积分:<{/t}><{$goods.score}>
  • <{/if}> <{if $trading.score && $trading.score <> $goods.score}>
  • <{t}>特价积分:<{/t}><{$trading.score}>
  • <{/if}> <{if $goods.mktprice && $goods.setting.mktprice}>
  • <{t}>市场价:<{/t}><{$goods.mktprice|cur}>
  • <{/if}> <{if count($goods.products)<2}>
  • <{t}>销售价:<{/t}><{$goods.price|cur}>
  • <{if $goods.mktprice > $goods.price && $goods.setting.mktprice && $goods.setting.saveprice > 0}>
  • <{if $goods.setting.saveprice == 1}>节省:<{$goods.mktprice-$goods.price|cur}> <{elseif $goods.setting.saveprice == 2}><{t}>优惠:<{/t}><{$goods.price/$goods.mktprice*100|number:'2'}>% <{elseif $goods.setting.saveprice == 3}><{$goods.price/$goods.mktprice*10|number:'1'}>折<{/if}>
  • <{/if}> <{/if}>
<{t}>查看详细<{/t}>

<{$goods.name}><{t}>的<{/t}><{$comment.pagetitle}>

<{foreach from=$commentData item=comlist name=comments}>
<{$comlist.author}> <{t}>说:<{/t}> <{$comlist.time|cdate:'SDATE_STIME'}>
<{$comlist.comment|escape:'html'}>
<{if $ask.member_lv =='' && $comment_all != 'null'}> <{else}><{t}>回复此评论<{/t}><{/if}>
<{foreach from=$comlist.items item=items}>
<{$items.author}><{t}>回复:<{/t}> <{$items.time|cdate:'SDATE_STIME'}>
<{$items.comment}>
<{/foreach}>
<{/foreach}> <{pager data=$pager}>

<{t}>发表<{/t}><{$comment.pagetitle}><{t}>(已有<{/t}><{$comment.total|default:'0'}><{t}>条)<{/t}>

<{if $ask.member_lv =='' && $comment_all != 'null'}> <{if $comment.pagetitle eq '商品评论'}> <{t}><{/t}> <{else}> <{t}><{/t}> <{/if}> <{else}> <{if $askshow == "on"}> <{/if}> <{if $discussshow == "on"}> <{/if}>
<{t}>标题:<{/t}> <{input type="text" class="inputstyle blur" required="true" size=50 name="title" value="[咨询]".$goods.name }>
<{t}>联系方式:<{/t}> <{input type="text" class="inputstyle" size=20 name="contact"}><{t}>(可以是电话、email、qq等)<{/t}>
*<{t}><{$comment.pagetitle}>内容:<{/t}> <{input type="textarea" class="inputstyle" required="true" rows="5" name="comment" style="width:70%;"}>
*<{t}>验证码:<{/t}> <{input type="text" required="true" size="4" maxlength="4" name="askverifyCode"}> " border="1" id="askimgVerifyCode"/><{t}> 看不清楚?换个图片<{/t}>
*<{t}>验证码:<{/t}> <{input type="text" required="true" size="4" maxlength="4" name="discussverifyCode"}> " border="1" id="discussimgVerifyCode"/><{t}> 看不清楚?换个图片<{/t}>
<{/if}>