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.
 
 
 
 

22 lines
1.1 KiB

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $hot_goods} -->
<div class="charts-item" style="display:none;">
<ul>
<!--{foreach from=$hot_goods item=goods name=hot}-->
<li>
<b class="sales-num sales-num-{if $smarty.foreach.hot.iteration lt 4}1{else}2{/if}" id="{$smarty.foreach.hot.iteration}">{$smarty.foreach.hot.iteration}</b>
<div class="sales-product-img"><a href="{$goods.url}" title="{$goods.name|escape:html}"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadGoods.gif" width="52" height="52" class="lazy" data-original="{$goods.thumb}"></a></div>
<div class="p-name"><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</a></div>
<div class="p-price">
{if $goods.promote_price neq ''}
{$goods.promote_price}
{else}
{$goods.shop_price}
{/if}
</div>
</li>
<!-- {/foreach} -->
</ul>
</div>
<!-- {/if} -->