展开全部
ecshop楼层代码一般我们是写在cat_goods.lbi库文件里面,你可以打开这个文件看下调用楼层品牌的代码是否正确
?php
$GLOBALS['smarty']->assign('catbrand',get_cat_brands($GLOBALS['smarty']->_var['goods_cat']['id'], 9));
?>
<li style="float: left; overflow: hidden; width: 100px; display: block;" class="brand-slide-pannel">
{foreach from=$catbrand item=item name=catbrand}
<!--{if $smarty.foreach.catbrand.iteration < 4}-->
<a href="{$item.url}" target="_blank"><img height="45" width="90" src="data/brandlogo/{$item.logo}" alt="{$item.name|escape:html}"></a>
<!--{/if}-->
{/foreach}
</li>
参考代码,样式自行定义。
如果代码调用确认无误的话,还有一点就是,分类楼层中添加的商品的品牌都是一样的
?php
$GLOBALS['smarty']->assign('catbrand',get_cat_brands($GLOBALS['smarty']->_var['goods_cat']['id'], 9));
?>
<li style="float: left; overflow: hidden; width: 100px; display: block;" class="brand-slide-pannel">
{foreach from=$catbrand item=item name=catbrand}
<!--{if $smarty.foreach.catbrand.iteration < 4}-->
<a href="{$item.url}" target="_blank"><img height="45" width="90" src="data/brandlogo/{$item.logo}" alt="{$item.name|escape:html}"></a>
<!--{/if}-->
{/foreach}
</li>
参考代码,样式自行定义。
如果代码调用确认无误的话,还有一点就是,分类楼层中添加的商品的品牌都是一样的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询