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

顯示介面的程式除了少數幾個是共用一個控制程式外,其餘的和控制程式的位置大致相同,像結帳功能的guest_step_3.php直接輸出到confirm.tpl顯示,所以就沒有guest_step_3.tpl,還有module功能模組的bestseller.tpl和bestseller_home.tpl同樣受bestseller.php控制,所以也找不到bestseller_home.php,還有success.tpl成功顯示介面也是一樣,只要是動作完成或成功的畫面大都是使用它來作輸出,其餘的請自行體會,以下就是前台顯示介面的程式列表

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 付款模組

以上就是前台顯示介面程式的列表

4 則留言

  1. 對了 Loring,
    商品庫存狀況裡面有2~3天,可預購,庫存中,缺貨中,四種選項,
    可是如果商品數量是0,那不管選哪一種,都無法結帳,能夠結帳的,
    只有庫存數量大於購買數量的商品,那其它選項就失去意義了,
    是我不會設定嗎?

  2. Loring,
    我發現一個問題,在前台購物完成後,系統會發信通知客戶與管理員,但是寄件人變亂碼,
    標題沒有,因為寄件人變亂碼,Outlook Express還跳出警告訊息說該封信為可疑郵件,
    信件編碼為UTF-8,我想是不是程式的BUG,在寄信時,寄件人沒有轉成UTF-8的碼,
    我想寄件人應該是設定的網站名稱,因為是中文字,編碼不對,所以變亂碼,
    這部分該修改哪個程式哪個部分呢? 謝謝~~

發佈留言