[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 源代码 checkout_shipping_address.php

Zen Cart 源代码 checkout_shipping_address.php




下载文件

文件名: checkout_shipping_address.php
文件类型: PHP文件
文件大小: 2.48 KiB
MD5: f1de88b98ee10c902ed49ee8837487e0

checkout_shipping_address.php - 打开高亮
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |   
// | http://www.zen-cart.com/index.php                                    |   
// |                                                                      |   
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// | Simplified Chinese version   http://www.zen-cart.cn                  |
// +----------------------------------------------------------------------+
// $Id: checkout_shipping_address.php 290 2004-09-15 19:48:26Z wilt $
//
define('NAVBAR_TITLE', '修改送货地址');
define('NAVBAR_TITLE_1', '结帐');
define('NAVBAR_TITLE_2', '修改送货地址');

define('HEADING_TITLE', '修改送货地址');

define('TABLE_HEADING_SHIPPING_ADDRESS', '送货地址');
define('TITLE_SHIPPING_ADDRESS', '当前送货地址');

define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', '...或者从您的地址簿中选择');
define('TITLE_PLEASE_SELECT', '修改送货地址');

define('TABLE_HEADING_NEW_SHIPPING_ADDRESS', '新的送货地址');
define('TEXT_CREATE_NEW_SHIPPING_ADDRESS', '请使用下面的表格给该订单创建新的送货地址.');
define('TEXT_SELECT_OTHER_SHIPPING_DESTINATION', '如果要发货到其它地方, 请选择送货地址.');

define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>继续</strong>');
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- 选配送方式.');

define('SET_AS_PRIMARY', '设为主要地址');
define('NEW_ADDRESS_TITLE', '输入新的地址');

?>


cron