Ecshop模板网
首页 > ecshop教程 > ecshop经验分享 > ecshop调用指定分类下新品热卖推荐促销的又一方法
文章详情

ecshop调用指定分类下新品热卖推荐促销的又一方法

ecshop模板网 / 2013-10-09

 想要在ecshop首页调用某个指定分类,方法如下:

<ul class="lh style3">

<?php $children1=g et_children(391); $this->

assign('cat1_promote_goods', get_category_recommend_goods('promote',$children1,8));

?>

<!--{foreach from=$cat1_promote_goods item=goods name=gcurn}-->

             //ecshop

<li class="fore{$smarty.foreach.gcurn.iteration}">

<div class="p-img ld">

<a href="{$goods.url}" title="{$goods.name|escape:html}" class="litpic"

target="_blank">

<img src="{$goods.goods_thumb_category}" alt="{$goods.name|escape:html}"

height="150" width="150">

</a>

</div>

<div class="p-name">

<a href="{$goods.url}" title="{$goods.name|escape:html}" target="_blank">

{$goods.name|escape:html}

</a>

</div>

<div class="p-price">

<!-- {if $goods.promote_price neq ""} -->

{$goods.promote_price}

<!-- {else}-->

{$goods.shop_price}

<!--{/if}-->

</div>

</li>

<!--{/foreach}-->

</ul>

 

关键部分: <?php              $children1 = get_children(391);              $this->assign('cat1_promote_goods', get_category_recommend_goods('promote',$children1,8));        ?>

391就是调用的分类ID,替换即可!如果要其他属性,请替换promote未new hot best 等属性!

下一篇: 让ecshop文章列表以更新时间排序 上一篇: ecshop删除产品时自动删除产品详情图片
 用户评论(共 0 条评论)
  • 暂时还没有任何用户评论
用户名: 匿名用户 E-mail:
当前心情:
评论内容:
验证码: captcha
返回顶部 返回首页
 
QQ在线咨询
售前电话热线
#
售前QQ客服