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
22 lines
1.1 KiB
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<!-- {if $new_goods} -->
|
|
<div class="charts-item">
|
|
<ul>
|
|
<!--{foreach from=$new_goods item=goods name=new}-->
|
|
<li>
|
|
<b class="sales-num sales-num-{if $smarty.foreach.new.iteration lt 4}1{else}2{/if}" id="{$smarty.foreach.new.iteration}">{$smarty.foreach.new.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} -->
|