[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: 998bf8f8178671635e24606749525f1d

account_history.php - 打开高亮
<?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: account_history.php 2989 2006-02-08 04:07:25Z drbyte $
 */

define('NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'History');

define('HEADING_TITLE', 'My Order History');

define('TEXT_ORDER_NUMBER', 'Order Number: ');
define('TEXT_ORDER_STATUS', 'Order Status: ');
define('TEXT_ORDER_DATE', 'Order Date: ');
define('TEXT_ORDER_SHIPPED_TO', 'Shipped To: ');
define('TEXT_ORDER_BILLED_TO', 'Billed To: ');
define('TEXT_ORDER_PRODUCTS', 'Products: ');
define('TEXT_ORDER_COST', 'Order Cost: ');
define('TEXT_VIEW_ORDER', 'View Order');

define('TEXT_NO_PURCHASES', 'You have not yet made any purchases.');
?>