[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: checkout_payment.php,v 1.14 2003/02/06 17:38:16 thomasamoulton Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Checkout'); 14 define('NAVBAR_TITLE_2', 'Payment Method'); 15 16 define('HEADING_TITLE', 'Payment Information'); 17 18 define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address'); 19 define('TEXT_SELECTED_BILLING_DESTINATION', 'Please choose from your address book where you would like the invoice to be sent to.'); 20 define('TITLE_BILLING_ADDRESS', 'Billing Address:'); 21 22 define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method'); 23 define('TEXT_SELECT_PAYMENT_METHOD', 'Please select the preferred payment method to use on this order.'); 24 define('TITLE_PLEASE_SELECT', 'Please Select'); 25 define('TEXT_ENTER_PAYMENT_INFORMATION', 'This is currently the only payment method available to use on this order.'); 26 27 define('TABLE_HEADING_COMMENTS', 'Add Comments About Your Order'); 28 29 define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure'); 30 define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to confirm this order.'); 31 32 // Start - CREDIT CLASS Gift Voucher Contribution 33 // product summary text in checkout_payment.php 34 define('HEADING_PRODUCTS', 'Products Ordered'); 35 define('TEXT_EDIT', 'Edit'); 36 // End - CREDIT CLASS Gift Voucher Contribution 37 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |