中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開(kāi)通VIP
ecshop函數(shù)獲取當(dāng)前分類列表出所有品牌

 在ecshop當(dāng)中先增加函數(shù)

/*** 獲得某個(gè)分類下的品牌 列表** @access  public* @param   int     $cat* @return  array*/function get_cat_brands($cat = 0, $app = 'category'){    $children = ($cat > 0) ? ' AND ' . get_children($cat) : '';    $sql = "SELECT b.brand_id, b.brand_name, b.brand_logo, COUNT(g.goods_id) AS goods_num, IF(b.brand_logo > '', '1', '0') AS tag ".            "FROM " . $GLOBALS['ecs']->table('brand') . "AS b, ".                $GLOBALS['ecs']->table('goods') . " AS g ".            "WHERE g.brand_id = b.brand_id $children " .            "GROUP BY b.brand_id HAVING goods_num > 0 ORDER BY tag DESC, b.sort_order ASC";    $row = $GLOBALS['db']->getAll($sql);    foreach ($row AS $key => $val)    {        $row[$key]['url'] = build_uri($app, array('cid' => $cat, 'bid' => $val['brand_id']), $val['brand_name']);    }          return $row;}
2. 然后在相應(yīng)模板當(dāng)中增加標(biāo)簽:
<!--{foreach from=get_cat_brands($this->_var['cat']['id']) item=brandCat}--><li><a href="{$brandCat.url}"><img  src="data/brandlogo/{$brandCat.brand_logo}" title="{$brandCat.brand_name}" width="106" height="36"><span>{$brandCat.brand_name}</span></a></li><!--{/foreach}-->

下一篇: 報(bào)錯(cuò)compile_str() flow.php on line 375的解決方法 上一篇: 優(yōu)化ecshop默認(rèn)顯示的發(fā)貨訂單功能

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
ECSHOP循環(huán)輸出序列號(hào)1.2.3.4…等 | 夏日博客
EcShop的foreach使用方法和三層嵌套
ecshop 后臺(tái)模板管理
制作ecshop分類欄目樹高亮選中
ECSHOP 源碼分析(install/index.php2)
ecshop調(diào)用指定ID分類下的文章列表(指定分類下的文章)
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服