網頁

2010年11月20日 星期六

zencart - 如何修改side box information 內的文字

如果你只想修改連結名稱, 如修改 condition of use 成為 condition, 方法很簡單

修改以下三個檔案裡的語句

/admin/includes/languages/english.php

Line #165 : define('BOX_TOOLS_DEFINE_CONDITIONS','Conditions of Use'); 修改紅字部分
 








/includes/languages/english/conditions.php

Line #22 : define('NAVBAR_TITLE', 'Conditions of Use'); 修改紅字部分

Line #23 : define('HEADING_TITLE', 'Conditions of Use'); 修改紅字部分



/includes/languages/english.php

Line #165 : define('BOX_TOOLS_DEFINE_CONDITIONS','Conditions of Use'); 修改紅字部分

2010年11月16日 星期二

Zen cart- 如何解決 easy populate 錯誤 No products_model field in record

各位在使用 Zen cart 的 easy populate 的時候可能在上在excel 檔案的時候會出現以下語句:

No model field in record. This line was not imported Protection | Protection | offering t | not only i | but in the |
No model field in record. This line was not importedmischievou | worn arrow | arrowheads |


解決方法:
出現此錯誤是因為easy populate 系統無法辨認excel 檔案裡面的 V_products_model 的欄目, 我的情況是, 此欄名稱被更改為adminV_products_model, 所以只要更改此欄名稱為easy populate 能識別的V_products_model 就可以了

2010年11月8日 星期一

Zen cart- 如何修改 主頁 welcome 部分

方法一:

修改PHP碼


進入修改 /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php

方法二:
進入admin back end system
admin--> Tool--> Define Pages Editor-->選擇 define_main_page.php
使用方法二還可以選擇用html editor 來修改, 更方便喔

2010年11月7日 星期日

如何修改 zencart ez page side box 上的 "important links" 字樣

進入並編輯

Go to includes/languages/english/extra_definitions and edit ez_page_definitions.php. There is 

Code:
define('BOX_HEADING_EZPAGES','΄Important Links');

Oscommerce ZenCart Joomla Magento 區別? 選擇?

如何各位想開網店, 其實有很多選擇, Oscommerce, ZenCart, Joomla  VirtueMart, Magento那個更適合你的需要呢?我們在本文中將對幾種進行比較,以幫助你做出選擇。
主流商城軟體比較表:

Magento
Oscommerce
CRE Loaded
Zen Cart
X-Cart
OSCMax
VirtueMart
免費
     
是,但有付費版本
無限制的產品
支持SSL
編輯產品
編輯客戶
管理員可以整理產品
spreadsheet
資料庫上傳
產品屬性
多個產品圖片
打折設置
額外費用
不同客戶組不同價格
額外費用
額外費用
範本系統
即時貨運價格
Google Checkout 預安裝
Paypal支持
paypal PRO 支持
內容管理系統
meta tags URLs 支持
是,URLs要額外費用
一頁結賬
多語言支援
多貨幣支持
多店鋪支持
額外費用
網站空間需求
半專用每月25100美金
共用空間
共用空間
共用空間
共用空間
共用空間
共用空間
評分(最高為10分)
7.5     
7
8.5
8
7
7
7

如何升級 Zencart Database

各位更新 Zencart 以後 可能會出現以下 信息:

"Your database appears to need patching to a higher level. See Tools->Server Information to review patch levels.."


這個信息的意思是你的Database 是舊版本, 需要更新


解決辦法是, 把Zencart 安裝檔案裡面 ZC_Install 的資料夾裝回安裝目錄, 重新運行 安裝程式 如: 輸入 www.xxx.com/xxx/zc_install 就可以直接跳入zencart 安裝畫面


在第3頁下半部可以找到更新database 的選項, 輸入database 的名稱及密碼就可以升級