前台控制程式列表-catalog/controller
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
||—— google_base.php **訂閱
(feed)
catalog
|controller
||—— 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/view
catalog/view/theme/your template/template/account 會員功能
account.tpl 會員功能首頁
address.tpl 位址管理(更改
,新增)addresses.tpl 位址管理(列表
,刪除)create.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 結賬功能
-選擇付款方式
catalog/view/theme/your template/template/common 主要版面
column_left.tpl 左欄模組載入
column_right.tpl 右欄模組載入
footer.tpl 頁尾
header.tpl 頁頭
home.tpl 首頁
maintenance.tpl 維護中顯示頁
success.tpl 成功訊息
contact.tpl 傳送信件給店家
information.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 商品詳細內容頁
search.tpl 搜尋功能
special.tpl **商品列表
OpenCart框架執行流程介紹
框架執行流程介紹 這樣的乙個get請求http hostname index.php?route common home 發生了什麼?1.開始執行入口檔案index.php。2.require once dir system startup.php 做一些php的配置和載入一些類宣告,包括系統主框架...
Deepin 檔案目錄介紹
我主要介紹的就是 下面所列檔案,全部新增進了path目錄 linux查詢命令,請參見man.linux,無論是find 或者是 which等 deepin預設可執行檔案顏色為藍色 下面我們隨便輸入乙個可執行檔名 任意目錄 執行後會自動開啟!或者我們用vscode試試看 vscode簡稱為code 我...
建立目錄 介紹 建立目錄,檔案
mkdir 可以建立新的目錄,touch 可以建立空白的檔案。先進入到某個地方,比如當前登入使用者的桌面上 cd mkdir mkdir make directory 可以建立新的目錄。mkdir 要建立的目錄 練習 建立目錄 建立乙個名字是 laoshiren web 的目錄,執行 mkdir l...