34 lines
2.0 KiB
PHP
Executable File
34 lines
2.0 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_payment.php 3206 2006-03-19 04:04:09Z birdbrain $
|
|
*/
|
|
|
|
define('NAVBAR_TITLE_1', 'Checkout - Step 1');
|
|
define('NAVBAR_TITLE_2', 'Payment Method - Step 2');
|
|
|
|
define('HEADING_TITLE', 'Step 2 of 3 - Payment Information');
|
|
|
|
define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');
|
|
define('TEXT_SELECTED_BILLING_DESTINATION', 'Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the <em>Change Address</em> button.');
|
|
define('TITLE_BILLING_ADDRESS', 'Billing Address:');
|
|
|
|
define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method');
|
|
define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');
|
|
define('TITLE_PLEASE_SELECT', 'Please Select');
|
|
define('TEXT_ENTER_PAYMENT_INFORMATION', 'This is currently the only payment method available to use on this order.');
|
|
define('TABLE_HEADING_COMMENTS', 'Special Instructions or Order Comments');
|
|
|
|
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue to Step 3</strong>');
|
|
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to confirm your order.');
|
|
|
|
define('TABLE_HEADING_CONDITIONS', '<span class="termsconditions">Terms and Conditions</span>');
|
|
define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">here</span></a>.');
|
|
define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');
|
|
|
|
define('TEXT_CHECKOUT_AMOUNT_DUE', 'Total Amount Due: ');
|
|
define('TEXT_YOUR_TOTAL','Your Total');
|
|
?>
|