打開:install/controller/step_1.php
- 代碼: 選擇全部
You must agree to the license before you can install OpenCart!
- 代碼: 選擇全部
$this->error['warning'] = '警告:You need to use PHP5 or above for OpenCart to work!';
$this->error['warning'] = '警告:file_uploads 需要被啟用!';
$this->error['warning'] = '警告:OpenCart will not work with session.auto_start enabled!';
$this->error['warning'] = '警告:MySQL extension needs to be loaded for OpenCart to work!';
$this->error['warning'] = '警告:GD extension needs to be loaded for OpenCart to work!';
$this->error['warning'] = '警告:CURL extension needs to be loaded for OpenCart to work!';
$this->error['warning'] = '警告:mCrypt extension needs to be loaded for OpenCart to work!';
$this->error['warning'] = '警告: ZLIB extension needs to be loaded for OpenCart to work!';
$this->error['warning'] = '警告: config.php needs to be writable for OpenCart to be installed!';
$this->error['warning'] = '警告: admin/config.php needs to be writable for OpenCart to be installed!';
$this->error['warning'] = '警告: Cache directory needs to be writable for OpenCart to work!';
$this->error['warning'] = '警告: Logs directory needs to be writable for OpenCart to work!';
$this->error['warning'] = '警告: Image directory needs to be writable for OpenCart to work!';
$this->error['warning'] = '警告: Image cache directory needs to be writable for OpenCart to work!';
$this->error['warning'] = '警告: Image data directory needs to be writable for OpenCart to work!';
$this->error['warning'] = '警告: Download directory needs to be writable for OpenCart to work!';
打開:install/view/template/footer.tpl
- 代碼: 選擇全部
<li>Post any upgrade script errors problems in the forums</li>
<li>After upgrade, clear any cookies in your browser to avoid getting token errors.</li>
<li>Load the admin page & press Ctrl+F5 twice to force the browser to update the css changes.</li>
<li>Goto Admin->Users->User Groups and Edit the Top Adminstrator group. Check All boxes.</li>
<li>Goto Admin and Edit the main System Settings. Update all fields and click save, even if nothing changed.</li>
<li>Load the store front & press Ctrl+F5 twice to force the browser to update the css changes.</li>
訂單狀態:
- 代碼: 選擇全部
(2, 1, 'Processing'),
(3, 1, 'Shipped'),
(7, 1, 'Canceled'),
(5, 1, 'Complete'),
(8, 1, 'Denied'),
(9, 1, 'Canceled Reversal'),
(10, 1, 'Failed'),
(11, 1, 'Refunded'),
(12, 1, 'Reversed'),
(13, 1, 'Chargeback'),
(1, 1, 'Pending'),
(16, 1, 'Voided'),
(15, 1, 'Processed'),
(14, 1, 'Expired'),
(2, 2, '正在處理中'),
(3, 2, '已出貨'),
(7, 2, '已取消'),
(5, 2, '已完成'),
(8, 2, '已拒絕'),
(9, 2, '已取消撤銷'),
(10, 2, '已失敗'),
(11, 2, '已退款'),
(12, 2, '已撤銷'),
(13, 2, '退款'),
(1, 2, '等待處理中'),
(16, 2, '已作廢'),
(15, 2, '已處理'),
(14, 2, '已逾期');
- 代碼: 選擇全部
(1, 1, 'Refunded'),
(2, 1, 'Credit Issued'),
(3, 1, 'Replacement Sent'),
(1, 2, '已經退款'),
(2, 2, '刷卡退款'),
(3, 2, '更換商品');
- 代碼: 選擇全部
(1, 1, 'Pending'),
(3, 1, 'Complete'),
(2, 1, 'Awaiting Products'),
(1, 2, '等待處理中'),
(3, 2, '已完成'),
(2, 2, '等待商品中');
- 代碼: 選擇全部
(7, 1, 'In Stock'),
(8, 1, 'Pre-Order'),
(5, 1, 'Out Of Stock'),
(6, 1, '2 - 3 Days'),
(7, 2, '現貨'),
(8, 2, '預購'),
(5, 2, '無庫存'),
(6, 2, '即將到貨');