{extend name="default/base" /} {block name="title"}商品搜索 - {__block__}{/block} {block name="meta"} {/block} {block name="css"} {/block} {block name="main"}
{/* 商品展示 */}
{if($goodsPage["Rows"])} {volist name='$goodsPage["Rows"]' id='go'}

{$go['goodsName']}

{$go['shopPrice']}元
对比
{if($go['favGood']>0)} {else} {/if} 加入购物车
{if($go['isNew']==1)}新品{/if} {volist name="go['tags']" id='tv'} {$tv} {/volist}
{/volist} {else}

很抱歉,没有找到“{$keyword}”为关键字的商品搜索结果。

{/if}
{if($goodsPage["Rows"])}
热卖推荐
{wst:goods type='recom' id="rec" num='20'}

{$rec['goodsName']}

{$rec['shopPrice']}元

{$rec['saleNum']}人购买

{/wst:goods}
{else}
为您推荐
{wst:goods type='best' id="bes" num='20'}

{$bes['goodsName']}

{$bes['shopPrice']}元

{$bes['saleNum']}人购买

{/wst:goods}
{/if} {if cookie("history_goods")!=''}
最近浏览的商品
{wst:goods type='history' id="his" num='20'}

{$his['goodsName']}

{$his['shopPrice']}元

{$his['saleNum']}人购买

{/wst:goods}
{/if}
{/* 对比框 */}
对比栏关闭
{/block} {block name="js"} {if !empty($goodsPage["Rows"])} {/if} {/block}