[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: 879bdf49bcc3ad345b811c1df164eb29

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', '我的账号');
define('NAVBAR_TITLE_2', '纪录');

define('HEADING_TITLE', '我的订单纪录');

define('TEXT_ORDER_NUMBER', '订单号: ');
define('TEXT_ORDER_STATUS', '订单状态: ');
define('TEXT_ORDER_DATE', '订单日期: ');
define('TEXT_ORDER_SHIPPED_TO', '收货人: ');
define('TEXT_ORDER_BILLED_TO', '帐单地址: ');
define('TEXT_ORDER_PRODUCTS', '商品: ');
define('TEXT_ORDER_COST', '订单金额: ');
define('TEXT_VIEW_ORDER', '查看订单');

define('TEXT_NO_PURCHASES', '您还没有订购任何商品.');
?>


cron