[OpenCart] 前台顯示介面列表(catalog\view)

改 OpenCart 的 html 可以找到每一個 view 對應的檔案來修改,以下是有人熱心整理出來的檔案對應以供參考。

Catalog/view/theme/your template/template/account 會員功能
—— account.tpl 會員功能主頁
—— address.tpl 地址管理(更改,新增)
—— addresses.tpl 地址管理(列表,刪除)
—— create.tpl 創建帳號
—— download.tpl 商品下載
—— edit.tpl 編輯個人資料
—— forgotten.tpl 取回密碼
—— history.tpl 訂單記錄列表
—— invoice.tpl 折扣券接收處理程式
—— login.tpl 登入
—— newsletter.tpl 電子報訂閱取消
—— password.tpl 密碼變更


Catalog/view/theme/your template/template/checkout 結帳功能
—— address.tpl 地址處理(配送,帳單地址)
—— cart.tpl 瀏覽購物清單(購物車)
—— confirm.tpl 結帳功能-最後確認
—— guest_step_1.tpl 免登入結帳第一步
—— guest_step_2.tpl 免登入結帳第二步
—— payment.tpl 結帳功能-選擇付款方式
—— shipping.tpl 結帳功能-選擇配送方式


Catalog/view/theme/your template/template/common 主要版面
—— column_left.tpl 左欄模組載入
—— column_right.tpl 右欄模組載入
—— footer.tpl 頁尾
—— header.tpl 頁首
—— home.tpl 首頁
—— maintenance.tpl 維護中顯示頁
—— success.tpl 成功訊息


Catalog/view/theme/your template/template/error 404錯誤
—— not_found.tpl 無此頁


Catalog/view/theme/your template/template/information 網站資訊
—— contact.tpl 發送信件給店家
—— information.tpl 商店文章
—— sitemap.tpl 網站導覽


Catalog/view/theme/your template/template/mail 訂單通知信
—— order_confirm.tpl 訂單通知信


Catalog/view/theme/your template/template/module 功能模組
—— bestseller.tpl 暢銷商品(側欄)
—— bestseller_home.tpl 暢銷商品(中間)
—— cart.tpl 購物清單(側欄)
—— category.tpl 目錄(側欄)
—— featured.tpl 推薦商品(側欄)
—— featured_home.tpl 推薦商品(中間)
—— google_talk.tpl google即時通(側欄)
—— information.tpl 商店文章(側欄)
—— latest.tpl 最新商品(側欄)
—— latest_home.tpl 最新商品(中間)
—— manufacturer.tpl 品牌選單(側欄)
—— special.tpl 特價商品(側欄)
—— special_home.tpl 特價商品(中間)


Catalog/view/theme/your template/template/product 商品功能
—— category.tpl 同目錄商品列表
—— manufacturer.tpl 同品牌商品列表
—— product.tpl 商品詳細內容頁
—— review.tpl 商品評論
—— search.tpl 搜尋功能
—— special.tpl 特價商品列表


Catalog/view/theme/your template/template/payment 付款模組

留言