前台控制程式列表(catalog\controller)

剛剛學習一套系統或程式時總是在一片程式海中尋找,要改一個地方都還要找來找去,實在有夠麻煩,看其它程式像oscommerce或zencart都有人將程式位置列出,讓想修改的人能夠更快找到相關的程式位置,節省很多時間,也減少一開始的不熟悉帶來的麻煩,在網上找了許久還找不到opencart關於這類的資訊,就花了點時間整理一下,下面是前台”控制程式”的部分,而前台”控制顯示”和的地方和語言文件幾乎和控制程式的目錄排列相同,會另外在之後的文章中列出

Catalog
  controller
  account 會員功能
—— account.php 會員功能主頁
—— address.php 會員功能-地址管理
—— create.php 創建帳號
—— download.php 會員功能-商品下載
—— edit.php 會員功能-編輯個人資料
—— forgotten.php 取回密碼
—— history.php 會員功能-訂單記錄列表
—— invoice.php 折扣券接收處理程式
—— login.php 登入
—— logout.php 登出完成頁
—— newsletter.php 會員功能-電子報訂閱取消
—— password.php 會員功能-密碼變更
—— success.php 創建帳號成功訊息
Catalog
  controller
  checkout 結帳功能
—— address.php 結帳功能-地址處理(配送,帳單..地址)
—— cart.php 瀏覽購物清單(購物車)
—— confirm.php 結帳功能-最後確認
—— guest_step_1.php 免登入結帳第一步
—— guest_step_2.php 免登入結帳第二步
—— guest_step_3.php 免登入結帳第三步
—— payment.php 結帳功能-選擇付款方式
—— shipping.php 結帳功能-選擇配送方式
—— success.php 完成結帳成功訊息
Catalog
  controller
  common 主要版面
—— column_left.php 左欄模組載入
—— column_right.php 右欄模組載入
—— footer.php 頁尾
—— header.php 頁首
—— home.php 首頁
—— maintenance.php 維護中顯示頁
—— seo_url.php 網址最佳化處理程式之一(縮短網址)
Catalog
  controller
  error 404錯誤
—— not_found.php 無此頁
Catalog
  controller
  feed 網站地圖和訂閱
—— google_base.php 網站訂閱(feed)
—— google_sitemap.php 網站地圖
Catalog
  controller
  information 網站資訊
—— contact.php 發送信件給店家
—— information.php 商店文章
—— sitemap.php 網站導覽
Catalog
  controller
  module 功能模組
—— bestseller.php 暢銷商品
—— cart.php 購物清單(側欄)
—— category.php 目錄(側欄)
—— featured.php 推薦商品
—— google_talk.php google即時通(側欄)
—— information.php 商店文章(側欄)
—— latest.php 最新商品
—— manufacturer.php 品牌選單(側欄)
—— special.php 特價商品
Catalog
  controller
  product 商品功能
—— category.php 同目錄商品列表
—— manufacturer.php 同品牌商品列表
—— product.php 商品詳細內容頁
—— search.php 搜尋功能
—— special.php 特價商品列表
Catalog
  controller
  payment 付款模組

以上就是前台控制程式的列表

發佈留言