[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: checkout_payment_address.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Checkout'); 14 define('NAVBAR_TITLE_2', 'Change Billing Address'); 15 16 define('HEADING_TITLE', 'Payment Information'); 17 18 define('TABLE_HEADING_PAYMENT_ADDRESS', 'Billing Address'); 19 define('TEXT_SELECTED_PAYMENT_DESTINATION', 'This is the currently selected billing address where the invoice to this order will be delivered to.'); 20 define('TITLE_PAYMENT_ADDRESS', 'Billing Address:'); 21 22 define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', 'Address Book Entries'); 23 define('TEXT_SELECT_OTHER_PAYMENT_DESTINATION', 'Please select the preferred billing address if the invoice to this order is to be delivered elsewhere.'); 24 define('TITLE_PLEASE_SELECT', 'Please Select'); 25 26 define('TABLE_HEADING_NEW_PAYMENT_ADDRESS', 'New Billing Address'); 27 define('TEXT_CREATE_NEW_PAYMENT_ADDRESS', 'Please use the following form to create a new billing address to use for this order.'); 28 29 define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure'); 30 define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to select the preferred payment method.'); 31 ?>
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 |