購物車研究站-討論區首頁 |
說明 搜尋 會員 日曆 |
brian2010 |
發表於: 2012-10-08, 08:58 AM
|
一般會員 所屬群組: 註冊會員 發表總數: 14 會員編號: 12118 註冊日期: -- |
我依照 install.txt 的步驟安裝卻不成功 應該是步驟二有問題
請問 OLDPA 大大 怎麼樣才算是正確導入資料庫? 請教教我 萬分謝謝 二 將下列語法導入資料庫 INSERT INTO configuration (configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('DEFAULT_TYPE', 'tabbed', 8, 11, NULL, now(), NULL, 'twe_cfg_select_option(array(\'default\', \'tabbed\'),'); |
oldpa |
發表於: 2012-10-08, 09:19 AM
|
超級會員 所屬群組: 管理群組 發表總數: 5402 會員編號: 1 註冊日期: -- |
使用phpMyAdmin工具中的SQL
貼入該語法就能導入 -------------------- |
brian2010 |
發表於: 2012-10-08, 02:52 PM
|
一般會員 所屬群組: 註冊會員 發表總數: 14 會員編號: 12118 註冊日期: -- |
謝謝 解決了
不過我還有新的問題 請幫忙一下 想要將排序調整一下 新商品區塊換到前面 但卻不知道如何修改? 只是整個段落上下對調嗎? *********** ps:這三個程式的排序將無法依照後台區塊配置要更改排序請修改 templates/twe/module/main_content.html 中 <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top">{if $shop_content}{$shop_content}{/if}{if $center_news}<p>{$center_news}</p>{/if} </td> </tr> </table> 與 {if $upcoming_products}<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top">{$upcoming_products} </td> </tr> </table> {/if} |
oldpa |
發表於: 2012-10-08, 05:26 PM
|
超級會員 所屬群組: 管理群組 發表總數: 5402 會員編號: 1 註冊日期: -- |
標籤里的依照後台>系統設定>區塊配置中的排序
只有三個標籤外的需修改templates/twe/module/main_content.html -------------------- |