<{$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'}>
" arg1="ask"><{t}>回复此评论<{/t}>
<{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}>

*<{t}>标题:<{/t}> <{input class="inputstyle" type="text" required="true" size=40 name="title"}>
*<{t}>联系方式:<{/t}> <{input class="inputstyle" type="text" required="true" size=20 name="contact"}><{t}>(可以是电话、email、qq等)<{/t}>
*<{t}>评论内容:<{/t}> <{input type="textarea" class="inputstyle" required="true" rows="5" name="comment" style="width:70%;"}>