[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_payment_address.php

Zen Cart 源代码 checkout_payment_address.php




下载文件

文件名: checkout_payment_address.php
文件类型: PHP文件
文件大小: 1.23 KiB
MD5: 20fb0645cd57f2bc1035ded1387c7616

checkout_payment_address.php - 打开高亮
<?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2005 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: checkout_payment_address.php 2315 2005-11-07 08:41:46Z drbyte $
 */


define('NAVBAR_TITLE_1', 'Checkout');
define('NAVBAR_TITLE_2', 'Change Billing Address');

define('HEADING_TITLE', 'Change the Billing Information');

define('TABLE_HEADING_PAYMENT_ADDRESS', 'Billing Address');
define('TEXT_SELECTED_PAYMENT_DESTINATION', 'This is the current billing address. Please make sure it matches the information on your credit card statement or correct it using the form below.');
define('TITLE_PAYMENT_ADDRESS', 'Billing Address');

define('TEXT_SELECT_OTHER_PAYMENT_DESTINATION', 'Please select the preferred billing address if the invoice to this order is to be delivered elsewhere.');
define('TITLE_PLEASE_SELECT', 'Change the Billing Address for This Order');

define('TABLE_HEADING_NEW_PAYMENT_ADDRESS', '...Or Choose From Your Address Book Entries');

define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue</strong>');
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to payment method.');
?>


cron