網頁

2010年12月4日 星期六

如何修改 產品目錄(Category)的圖片大小

可以登入後台 ADMIN > CONFIGURATION > IMAGES

尋找
Subcategory Image Width 100 Info 
Subcategory Image Height 80

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 的名稱及密碼就可以升級

2010年10月31日 星期日

zencart- 如何改變admin folder 避免被入侵

首先 - 修改 /admin/includes/configure.php

使用你的 FTP 程式, 修改 /admin/includes/configure.php 
請留心, 越長的admin 檔案名稱越能提供安全保證
在編輯時請保留所有的" / " , 不要用 search $ replace 來更改admin 檔案名稱

修改configure.php 內的以下語句
define('DIR_WS_ADMIN', '/admin/');
 define('DIR_WS_CATALOG', '/');
 define('DIR_WS_HTTPS_ADMIN', '/admin/');
 define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_FS_ADMIN', '/home/mystore.com/www/public/admin/');
 define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');

選擇你喜歡的admin folder 名稱, 例如..
define('DIR_WS_ADMIN', '/mysecretadminarea/');
 define('DIR_WS_CATALOG', '/');
 define('DIR_WS_HTTPS_ADMIN', '/mysecretadminarea/');
 define('DIR_WS_HTTPS_CATALOG', '/');

And:
define('DIR_FS_ADMIN', '/home/mystore.com/www/public/mysecretadminarea/');
 define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');

最後 - 修改 admin folder 的名稱與你修改的名稱一致

2010年10月29日 星期五

Zen cart- 如何改變網頁頁尾的 Copyright 文字


相信大家修改zencart 的時候會需要修改網頁頁尾的版權(copyright)信息
Copyright © 200X Zen Cart 
修改如下:
打開 includes/languages/english.php 檔案
找到以下的語句. 從 “Copyright” 開始修改 一直到 “Zen Cart”字眼結束.
define('FOOTER_TEXT_BODY', 'Copyright &copy; 200* <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
修改Copyright &copy; 200*你也可以改變網址連結 http://www.zen-cart.com 以及 “Zen Cart” 字眼以配合你的網頁主題.

Zen cart- 如何改變網頁標題 Zen Cart, The Art of Ecommerce!

打開 includes/languages/english/meta_tags.php 改變已下字句: 
// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
更改'TITLE' 以及'SITE_TAGLINE' 後字句 上引號要保留