[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 account_history.php

Zen Cart 源代码 account_history.php




下载文件

文件名: account_history.php
文件类型: PHP文件
文件大小: 885 Bytes
MD5: 974f4143d5bfb946407b8cb964a24d61

account_history.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: account_history.php 2989 2006-02-08 04:07:25Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE_1', '我的账号');
  11. define('NAVBAR_TITLE_2', '纪录');
  12.  
  13. define('HEADING_TITLE', '我的订单纪录');
  14.  
  15. define('TEXT_ORDER_NUMBER', '订单号: ');
  16. define('TEXT_ORDER_STATUS', '订单状态: ');
  17. define('TEXT_ORDER_DATE', '订单日期: ');
  18. define('TEXT_ORDER_SHIPPED_TO', '收货人: ');
  19. define('TEXT_ORDER_BILLED_TO', '帐单地址: ');
  20. define('TEXT_ORDER_PRODUCTS', '商品: ');
  21. define('TEXT_ORDER_COST', '订单金额: ');
  22. define('TEXT_VIEW_ORDER', '查看订单');
  23.  
  24. define('TEXT_NO_PURCHASES', '您还没有订购任何商品.');
  25. ?>
  26.