27 lines
1.1 KiB
PHP
Executable File
27 lines
1.1 KiB
PHP
Executable File
<?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: checkout_confirmation.php 3027 2006-02-13 17:15:51Z drbyte $
|
|
*/
|
|
|
|
define('NAVBAR_TITLE_1', 'Checkout');
|
|
define('NAVBAR_TITLE_2', 'Confirmation');
|
|
|
|
define('HEADING_TITLE', 'Step 3 of 3 - Order Confirmation');
|
|
|
|
define('HEADING_BILLING_ADDRESS', 'Billing/Payment Information');
|
|
define('HEADING_DELIVERY_ADDRESS', 'Delivery/Shipping Information');
|
|
define('HEADING_SHIPPING_METHOD', 'Shipping Method:');
|
|
define('HEADING_PAYMENT_METHOD', 'Payment Method:');
|
|
define('HEADING_PRODUCTS', 'Shopping Cart Contents');
|
|
define('HEADING_TAX', 'Tax');
|
|
define('HEADING_ORDER_COMMENTS', 'Special Instructions or Order Comments');
|
|
// no comments entered
|
|
define('NO_COMMENTS_TEXT', 'None');
|
|
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Final Step</strong>');
|
|
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- continue to confirm your order. Thank you!');
|
|
|
|
?>
|