首先,讓我們來開啟 /index.php 檔案
找到$smarty->assign('shop_notice', $_cfg['shop_notice']); // 商店公告
在它下邊增加php**
$sql=『select tag_id,user_id,tag_words,count(tag_id) as tag_count』.
'from'.$globals[''ecs]->table['tag'.]"group by tag_words";
$tag_list=$globals['db']->getall($sql);
if(!empty($tag_lset))
inlude_once(root_path. 'includes/lib_clips.php');
color_tag($tag_list);
} $smarty->assign('tag_list',$tag_list); //標籤雲
然後,我們再開啟 模板檔案 /themes/default/index.dwt
滑鼠定位到你想顯示標籤雲的地方,加入下面**
|
最後,到後台更新下快取,就可以了。
ECSHOP去版權(刪除ECSHOP所有標識)
前台部分 1 去掉頭部title部分的ecshop演示站 powered by ecshop 前者 ecshop演示站 在後台商店設定 商店標題修改 後者 powered by ecshop 開啟includes lib main.php page title globals cfg shop ti...
ecshop首頁如何在後台呼叫某
ecshop首頁如何在後台呼叫某分類下的商品 同盟者ecshop首頁如何在後台呼叫某分類下的商品的方法如下,這是後台呼叫哈,但是不是和個性化,只能用ecshop的模板後台 模板管理 設定模板 裡有 分類下的商品 你可以呼叫設定,可以設定呼叫多少條!當然,我們可以在index.dwt裡面加上這個 然後...
ecshop 首頁如何呼叫積分商城裡面的的商品
一 呼叫熱門積分商品的函式 獲得積分 熱門商品 param int maxtop 列出條數 return array function exchange gets goods maxtop return arr 二 呼叫積分 的商品,在index.php中加入 smarty assign goods...