[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文件
文件大小: 884 Bytes
MD5: ccac24563f8ec65307277e7ef8f100fe

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', 'My Account');
  11. define('NAVBAR_TITLE_2', 'History');
  12.  
  13. define('HEADING_TITLE', 'My Order History');
  14.  
  15. define('TEXT_ORDER_NUMBER', 'Order Number: ');
  16. define('TEXT_ORDER_STATUS', 'Order Status: ');
  17. define('TEXT_ORDER_DATE', 'Order Date: ');
  18. define('TEXT_ORDER_SHIPPED_TO', 'Shipped To: ');
  19. define('TEXT_ORDER_BILLED_TO', 'Billed To: ');
  20. define('TEXT_ORDER_PRODUCTS', 'Products: ');
  21. define('TEXT_ORDER_COST', 'Order Cost: ');
  22. define('TEXT_VIEW_ORDER', 'View Order');
  23.  
  24. define('TEXT_NO_PURCHASES', 'You have not yet made any purchases.');
  25. ?>
  26.  


cron