您现在的位置是:首页 > 教程 > ecshop商城教程ecshop商城教程

ecshop商品页调用热销商品的教程

白晴2023-12-26 01:42:05ecshop商城教程已有人查阅

导读在goods.php里面加了$smarty->assign('hot_goods',get_recommend_goods('hot

在goods.php里面加了
$smarty->assign('hot_goods', get_recommend_goods('hot')); // 获取热销商品。
在goods.dwt加入了如下代码,
<!--{foreach from=$hot_goods item=hotgoods}-->
<li>
<a href="{$hotgoods.url}"><img width="50" height="50"  src="{$hotgoods.thumb}" alt="{$hotgoods.name|escape:html}" title="{$hotgoods.name|escape:html}" target="_blank"></a> <a href="{$hotgoods.url}" target="_blank" title="{$hotgoods.name|escape:html}">{$hotgoods.short_style_name}</a><br/>
<b><!-- {if $hotgoods.promote_price neq ""} -->
{$hotgoods.promote_price}
<!-- {else}-->
{$hotgoods.shop_price}
<!--{/if}--></b>
</li>
<!--{/foreach}-->
后台模板设置,控制商品数量显示

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

本栏推荐

相关标签