Hello,
Version 1.5.6
1. 設定商品目錄時, 資本資料裏的上層目錄沒有下拉式選單.
2. 輸入上層目錄時會出現最多20個選項, 排列在20 個選項之後的上層目錄就無法再増加子目錄了.
3. 如果手動輸入, 系統不接受.
請看附頁並告知如何解決. 謝謝
如果你的商品目錄數量超出一個頁的數量
opencart的自動完成功能應該會在一定時間內跳到下一頁, 大約幾秒吧
如果真的造成你的不便, 我建議你可以下載擴充來強化他
請看一下這個
http://www.opencart.com/index.php?route ... _license=0
http://www.opencart.com/index.php?route ... _license=0
希望對你有幫助 :-)
opencart的自動完成功能應該會在一定時間內跳到下一頁, 大約幾秒吧
如果真的造成你的不便, 我建議你可以下載擴充來強化他
請看一下這個
http://www.opencart.com/index.php?route ... _license=0
http://www.opencart.com/index.php?route ... _license=0
希望對你有幫助 :-)
OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815
您好
這個不是bug, 我們將那個目錄限了, 現在最多顯示20樣結果
你要改多一點可以到Admin > Controllers > Catalog > Category.php那裡改:
$data = array(
'filter_name' => $this->request->get['filter_name'],
'start' => 0,
'limit' => 20
);
將 'limit' => 20該到30或者40吧
試試有什麼問題再問我們把
這個不是bug, 我們將那個目錄限了, 現在最多顯示20樣結果
你要改多一點可以到Admin > Controllers > Catalog > Category.php那裡改:
$data = array(
'filter_name' => $this->request->get['filter_name'],
'start' => 0,
'limit' => 20
);
將 'limit' => 20該到30或者40吧
試試有什麼問題再問我們把
Kind regards,
GeeHim Siu
Open Cart Support
Who is online
Users browsing this forum: No registered users and 2 guests