ecshop開發過程中,總會遇到這樣的事情,ecshop如何管理新增加的模板庫檔案呢。這個問題一直讓人頭疼.下面我們將講述新增加的模板檔案neworderlist.lbi
1:在themes/default/library目錄中,我們把neworderlist.lbi檔案放進去.
2:在themes/default/libs.xml檔案中,我們加在index區域加入neworderlist
cart
category_tree
top10
promotion_info
auction
group_buy
order_query
invoice_query
vote_list
email_list
neworderlist
recommend_best
recommend_new
recommend_hot
3:在admin/includes/lib_templates.php檔案中的index陣列中,加入以下 '/library/neworderlist.lbi' => 0,
4:在語言包檔案languages/zh_cn/admin/templates.php中.加入以下**$_lang['template_files']['neworderlist'] = '首頁最近訂單';$_lang['neworderlist'] = '首頁最近訂單';
5:回到admin後台管理,我們在首頁庫檔案管理裡面,可以看到我們編寫的ecshop模板庫檔案neworderlist.lbi.
ecshop如何新增設定模板新增頁面
第一步 把根 目錄下 category.php 這個 檔案複製多乙個檔案,檔名自己起吧,我就以category2.php為例 同樣的方法開啟themes default資料夾,category.dwt這個檔案也複製多乙個,改為category2.dwt 第二步 開啟這個檔案category2.php...
ecshop模板製作2 新增新的頁面
1,複製user.php 2,複製user passport.dwt 3,新增可呼叫區域 user passport.dwt在目標位置新增 模板設定裡面看首頁的選項中就有這個區域的選項 4,新增新的我的位置 1 新增文字說明 複製user.php about.php 修改載入語言檔案 require...
新增加的HTML擴充
新增加了一些html擴充以支援樣式表。這些擴充允許在html文件中包含樣式表,允許html文件鏈結外部樣式表,允許css規則與某一類單元相關聯。僅少數html擴充是必須的 三個新單元 style span 和具有屬性 rel stylesheet 的 link 三個新屬性 class id 和 st...