[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: checkout_payment.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 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 // BOF - MOD: 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 // EOF - MOD: CREDIT CLASS Gift Voucher Contribution 37 38 ?>
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 |