產品詳細頁面,提供一些其他產品的鏈結,對使用者體驗度來講,會是不錯的效果。
下面這個模組,就是呼叫同乙個分類裡面其他的產品資訊。
安裝方法:1,將這個檔案拷貝到includes/templates/你的模板/template 目錄下即可。2,在tpl_product_info_display.php檔案中寫上呼叫程式碼
<?php
require
($template
->get_template_dir('/tpl_product_info_similar.php',dir_ws_template,
$current_page_base
,'templates'). '/tpl_product_info_similar.php');?>
這個檔名稱是: tpl_product_info_similar.php
JS頁面相關事件
頁面相關事件 onabort ie4 n3 o onbeforeunload ie4 n o 當前頁面的內容將要被改變時觸發的事件 onerror ie4 n3 o 捕抓當前頁面因為某種原因而出現的錯誤,如指令碼錯誤與外部資料引用的錯誤 onload ie3 n2 o3 頁面內空完成傳送到瀏覽器時觸...
zencart 推薦產品相關設定
featured product 推薦產品 1 設定推薦產品是否在首頁顯示 admin configuration index listing show featured products on main page 2 設定推薦產品每行顯示多少個 admin configuration index ...
頁面相關的資料儲存Cache
最為常用的快取機制。相對後三項屬於瀏覽器核心內的模組 也是h5中定義的標準 http cache早已存在於http模組中了。它是網路層對http協議實現中一部分。它基於對響應頭中的cache conrol資訊進行解析,執行新鮮度檢查 條件更新等操作來管理快取。快取的容量限制及淘汰 更新演算法在各個瀏...