ecshop首页如何调用指定分类下的推荐热销最新商品

 我来答
huanglenzhi
2016-01-25 · 知道合伙人数码行家
huanglenzhi
知道合伙人数码行家
采纳数:117538 获赞数:517184
长期从事计算机组装,维护,网络组建及管理。对计算机硬件、操作系统安装、典型网络设备具有详细认知。

向TA提问 私信TA
展开全部
1.在首页index.php中找到
1 /* 页面中的动态内容 */
2 assign_dynamic('index');
2.在上面添加如下代码
1 $children = get_children(1);
2 $smarty->assign('index_hot_goods_1', get_category_recommend_goods("hot", $children)); // 热销商品
其中分类编号1,根据你想调用分类而填写
如果是最新产品就再加上
1 $children = get_children(1);
2 $smarty->assign('index_new_goods_1', get_category_recommend_goods("new", $children)); // 最新商品
若果是精品产品
1 $children = get_children(1);
2 $smarty->assign('index_best_goods_1', get_category_recommend_goods("best", $children)); // 精品商品
3.然后再模板库文件中新建index_hot_goods_1.lbi。文件内容如下:
1 <!--{foreach from=$index_hot_goods_1 item=goods}-->
2 <li><a href="{$goods.url}"><img src="{$goods.thumb}" alt="{$goods.name|escape:html}" class="goodsimg" border="0" width="160" height="200" /></a>
3 <h1><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</a></h1>
4 <!-- {if $goods.promote_price neq ""} -->
5 <span>一口价 <b>{$goods.promote_price}</b></span>
6 <!-- {else}-->
7 <span>一口价 <b>{$goods.shop_price}</b></span>
8 <!--{/if}-->
9 </li>
10 <!--{/foreach}-->
4.然后在首页模板index.dwt中调用index_hot_goods_1.lbi。
1 <!-- #BeginLibraryItem "/library/index_hot_goods_19.lbi" --><!-- #EndLibraryItem -->
5.如果有多个分类要调用,可以重复1-3的步骤
胜天半子
2024-11-06 广告
胜天半子集团有限公司提供供应链一件代发API服务。我们拥有全品类对接供应链管理系统,API接口对接质量有保障,由专业团队负责。我们的服务包括自建商城、礼品商城等,提供海量货源,支持小家电、日用百货、美妆、食品等全品类商品一件代发。发货形式灵... 点击进入详情页
本回答由胜天半子提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式