zencart目錄結構
檔案路徑
注釋
index.php
主檔案includes/templates/[custom template folder]/common/html_header.php
頁面的head部分
includes/templates/[custom template folder]/common/tpl_main_page.php
頁面的body部分
includes/templates/[custom template folder]/common/tpl_header.php
所有頁面的頁首
(column left)
includes/templates/[custom template folder]/common/main_template_vars.php
決定頁面的內容部分,預設為 『tmp_index_default.php』
首頁–預設
includes/templates/[custom template folder]/templates/tmp_index_default.php
首頁模板檔案
首頁–顯示分類
includes/templates/[custom template folder]/templates/tpl_index_categories.php
首頁上顯示分類時的模板檔案
includes/modules/[custom template folder]/pages/index/category_row.php
選擇要顯示的分類
includes/templates/[custom template folder]/templates/tpl_index_category_row.php
顯示分類
首頁–顯示指定分類
includes/templates/[custom template folder]/templates/tpl_index_product_list.php
首頁上顯示指定的分類時採用的模板檔案
includes/modules/[custom template folder]/product_listing.php
將商品資料新增到陣列
includes/templates/[custom template folder]/templates/tpl_modules_product_listing.php
顯示商品數量和商品導航選單
includes/templates/[custom template folder]/common/tpl_list_box_content.php
顯示商品陣列
商品資訊頁面
includes/templates/[custom template folder]/templates/tpl_product_info_display.php
顯示單件商品資訊
購物車頁面
includes/templates/[custom template folder]/templates/tpl_shopping_cart_default.php
購物車頁面
(column right)
includes/templates/[custom template folder]/common/tpl_footer.php
所有頁面的頁尾
Zencart模板結構和設計詳解
zen cart的設計很簡單,和其他html頁面是一樣的。只是整個頁面分成了幾個部分,並加入了php 通常分為頁首 header 頁尾 footer 邊框 sideboxes 頁面通過css樣式表來控制,樣式表控制了包括 單元的背景圖案 字型顏色和樣 式等等,所以假如你需要修改邊框標題欄的字型,那麼...
Zencart首頁分類顯示二級目錄方法
2.開啟檔案 includes classes category tree.php 分類目錄類裡面 1 查詢 把 if zen not null cpath 改為 if zen not null cpath or 1 2 在一下兩行 之間插入新 原 reset cpath array while l...
zencart 模板設計
zen cart的模板設計比較複雜,需要一定的時間來熟悉。一旦你了解了它的結構,就會慢慢習慣了。首先要閱讀常見問答部分的 如何新增 製作新模板。zen cart的設計沒有什麼特別,與以前設計html頁面是一樣的。只是整個頁面分成了好幾個部分,並加入了php 通常,頁面分為頁首 header 頁尾 f...