如何更改推荐品牌数量 ?
如图:添加一个产品 右边的就会随机变法 而且不断增加的问题
打开page_header.lbi
找到
<!--{foreach from=get_brands1($GLOBALS['smarty']->_var['cat']['id']) item=bchilder name=no2}--> <li><a href="{$bchilder.url}">{$brand.logo}<img src="data/brandlogo/{$smarty.foreach.no.iteration}_{$smarty.foreach.no2.iteration}.jpg" alt="{$brand.brand_name|escape:html}" /><span>{$bchilder.brand_name|escape:html}</span></a></li> <!--{/foreach}-->改成
<!--{foreach from=get_brands1($GLOBALS['smarty']->_var['cat']['id']) item=bchilder name=no2}--> <!-- {if $smarty.foreach.no2.iteration< 10 }--> <li><a href="{$bchilder.url}">{$brand.logo}<img src="data/brandlogo/{$smarty.foreach.no.iteration}_{$smarty.foreach.no2.iteration}.jpg" alt="{$brand.brand_name|escape:html}" /><span>{$bchilder.brand_name|escape:html}</span></a></li> <!-- {/if} --> <!--{/foreach}-->手动改这里的“10”