You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

159 lines
10 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link rel="stylesheet" type="text/css" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/base.css" />
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/purebox.css">
{* 包含脚本文件 *}
{insert_scripts files='jquery-1.9.1.min.js,jquery.json.js,transport_jquery.js'}
{insert_scripts files='common.js,global.js,compare.js,search_category_menu.js'}
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/sc_common.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.tabso_yeso.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/rotate3di.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/scroll_city.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/notLogin.js"></script>
</head>
<body>
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
<div id="content" class="w1200">
{if $shop_info}
<div class="shopCon">
<div class="shopBox">
<div class="shopHeader">
<a href="merchants_store.php?merchant_id={$merchant_id}" class="shopHeader-logo" target="_blank"><img src="{$basic_info.logo_thumb}" width="80" height="80" /></a>
<div class="shopHeader-info">
<a href="merchants_store.php?merchant_id={$merchant_id}" class="sHi-title">{$shop_info.shop_name}{$shop_info.shopNameSuffix}</a>
<p class="dp">主营品牌:<span>
{foreach from=$brand_list item=brand name=nobrand}
{if !$smarty.foreach.nobrand.last}
{$brand.brand_name},
{else}
{$brand.brand_name}
{/if}
{/foreach}
</span></p>
<p>所在地:{$address}</p>
</div>
<div class="shopHeader-dsr">
<dl>
<dt class="label">评分明细</dt>
<dd>商品<em class="ftx-08">{$merch_cmt.cmt.commentRank.zconments.score}</em></dd>
<dd>服务<em class="ftx-08">{$merch_cmt.cmt.commentServer.zconments.score}</em></dd>
<dd>失效<em class="ftx-08">{$merch_cmt.cmt.commentDelivery.zconments.score}</em></dd>
</dl>
<dl>
<dt class="label">与行业相比</dt>
<dd>商品<em class="ftx-01">{$merch_cmt.cmt.commentRank.zconments.goodReview}%</em></dd>
<dd>服务<em class="ftx-01">{$merch_cmt.cmt.commentServer.zconments.goodReview}%</em></dd>
<dd>失效<em class="ftx-01">{$merch_cmt.cmt.commentDelivery.zconments.goodReview}%</em></dd>
</dl>
</div>
<div class="shopHeader-enter">
<a href="merchants_store.php?merchant_id={$merchant_id}" class="sHe-shop mt25">进入店铺<i>>></i></a>
</div>
</div>
</div>
</div>
{/if}
<div id="filter">
<div class="component-filter-sort mt0 w1200">
<div class="filter-sortbar">
<div class="button-strip">
<a href="merchants_store_shop.php?merchant_id={$merchant_id}&price_min={$price_min}&price_max={$price_max}&page={$pager.page}&sort=goods_id&order=<!-- {if $pager.sort == 'goods_id' && $pager.order == 'DESC'} -->ASC<!-- {else} -->DESC<!-- {/if} -->#goods_list" class="button-strip-item {if $pager.sort == 'goods_id'}current{/if}">默认<i class="icon <!-- {if $pager.sort == 'goods_id' && $pager.order == 'DESC'} -->icon-down<!-- {else} -->icon-up<!-- {/if} -->"></i></a>
<a href="merchants_store_shop.php?merchant_id={$merchant_id}&price_min={$price_min}&price_max={$price_max}&page={$pager.page}&sort=last_update&order=<!-- {if $pager.sort == 'last_update' && $pager.order == 'DESC'} -->ASC<!-- {else} -->DESC<!-- {/if} -->#goods_list" class="button-strip-item {if $pager.sort == 'last_update'}current{/if}">上架时间<i class="icon <!-- {if $pager.sort == 'last_update' && $pager.order == 'DESC'} -->icon-down<!-- {else} -->icon-up<!-- {/if} -->"></i></a>
<a href="merchants_store_shop.php?merchant_id={$merchant_id}&price_min={$price_min}&price_max={$price_max}&page={$pager.page}&sort=shop_price&order=<!-- {if $pager.sort == 'shop_price' && $pager.order == 'ASC'} -->DESC<!-- {else} -->ASC<!-- {/if} -->#goods_list" class="button-strip-item {if $pager.sort == 'shop_price'}current{/if}">价格<i class="icon {if $pager.sort == 'shop_price' && $pager.order == 'ASC'}icon-up{else}icon-down{/if}"></i></a>
</div>
<div class="crumbTitle">共<span>{$count}</span>件相关商品</div>
</div>
</div>
</div>
<div class="goods-list seller_goods_list mt20 clearfix">
<ul class="gl-warp">
{foreach from=$goods_list item=goods}
<li class="gl-item">
<div class="gl-i-wrap">
<div class="p-img">
<a href="{$goods.goods_url}" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadGoods.gif" width="206" height="206" class="lazy" data-original="{$goods.goods_thumb}"/></a>
<div class="p-btns"><a href="javascript:addToCart({$goods.goods_id})" target="_blank">立即购买</a><div class="red_bg"></div></div>
</div>
<div class="p-price">
<strong>
{if $goods.promote_price neq ''}
{$goods.promote_price}
{else}
{$goods.shop_price}
{/if}
</strong>
</div>
<div class="p-num">销量:{$goods.order_count}</div>
<div class="p-name"><a href="{$goods.goods_url}" target="_blank">{$goods.goods_name}</a></div>
<div class="p-commit">
<a href="{$goods.shop_url}" target="_blank" class="p-brand">{$goods.shop_name}</a>
</div>
<div class="p-operation">
<span class="p-reply"><i class="icon"></i>{$goods.cmt_count}</span>
<a href="javascript:collect({$goods.goods_id});" class="choose-btn-coll {if $goods.is_collect}selected{/if}"><b></b>收藏</a>
{if $goods.kf_type eq 1}
<a class="custom" href="http://www.taobao.com/webww/ww.php?ver=3&touid={$goods.kf_ww}&siteid=cntaobao&status=2&charset=utf-8"><i class="icon"></i></a>
{else}
<a class="custom" href="http://wpa.qq.com/msgrd?v=3&uin={$goods.kf_qq}&site=qq&menu=yes"><i class="icon"></i></a>
{/if}
</div>
</div>
</li>
{/foreach}
</ul>
</div>
<input type="hidden" value="{$region_id}" id="region_id" name="region_id">
<input type="hidden" value="{$area_id}" id="area_id" name="area_id">
<div class="w1200 pagePtb">
<!-- #BeginLibraryItem "/library/pages.lbi" --> <!-- #EndLibraryItem -->
</div>
{if $store_best_list}
<div class="guess-love goods-list-love w1200">
<div class="ec-title"><h3>掌柜推荐</h3></div>
<div class="goods-list">
<ul class="gl-warp">
{foreach from=$store_best_list item=goods}
<li class="gl-item">
<div class="gl-i-wrap">
<div class="p-img">
<a href="{$goods.goods_url}" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadGoods.gif" width="160" height="160" class="lazy" data-original="{$goods.goods_thumb}"></a>
</div>
<div class="p-name"><a href="{$goods.goods_url}" target="_blank">{$goods.goods_name}</a></div>
<div class="p-price">
{if $goods.promote_price neq ''}
{$goods.promote_price}
{else}
{$goods.shop_price}
{/if}
</div>
<div class="p-num">销售量:{$goods.order_count}</div>
<div class="p-commit"><span class="p-nice"><i class="icon"></i><span class="nice-stars ftx-04">{$goods.cmt_count}</span></span></div>
</div>
</li>
{/foreach}
</ul>
</div>
</div>
{/if}
</div>
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
<input name="script_name" value="{$script_name}" type="hidden" />
<input name="merchant_id" value="{$merchant_id}" type="hidden" />
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.purebox.js"></script>
</body>
</html>