在商品详细页面调用热销产品只能显示3个产品,求大师解救

2016-07-07 14:55 来源:www.chinab4c.com 作者:ecshop专家

在商品详细页面加了一个显示热销产品的列表。
热销产品调出来了,可是只显示3个产品,不知道咋修改?
我是在goods.dwt加入了如下代码,
  1. <!--{foreach from=$hot_goods item=hotgoods}-->
  2. <li>
  3. <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/>
  4. <b><!-- {if $hotgoods.promote_price neq ""} -->
  5. {$hotgoods.promote_price}
  6. <!-- {else}-->
  7. {$hotgoods.shop_price}
  8. <!--{/if}--></b>
  9. </li>
  10. <!--{/foreach}-->
复制代码
并且在goods.php里面加了$smarty->assign('hot_goods',get_recommend_goods('hot'));// 获取热销商品。可是就是只显示3个产品,非常迷茫啊,望大牛解救,万分谢谢!!,
顺带问一句,同一个页面里面,比如在goods.dwt里面不同的foreach里面的item可以相同吗?

非常谢谢

回答:
就木有一个人回答么?
木有一个人知道么?

真的木有一个人呢



后台-模板管理-设置模板 里面有数量填写。