| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
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 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |