[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: checkout_confirmation.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', 'Confirmation'); 15 16 define('HEADING_TITLE', 'Order Confirmation'); 17 18 define('HEADING_DELIVERY_ADDRESS', 'Delivery Address'); 19 define('HEADING_SHIPPING_METHOD', 'Shipping Method'); 20 define('HEADING_PRODUCTS', 'Products'); 21 define('HEADING_TAX', 'Tax'); 22 define('HEADING_TOTAL', 'Total'); 23 define('HEADING_BILLING_INFORMATION', 'Billing Information'); 24 define('HEADING_BILLING_ADDRESS', 'Billing Address'); 25 define('HEADING_PAYMENT_METHOD', 'Payment Method'); 26 define('HEADING_PAYMENT_INFORMATION', 'Payment Information'); 27 define('HEADING_ORDER_COMMENTS', 'Comments About Your Order'); 28 29 define('TEXT_EDIT', 'Edit'); 30 ?>
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 |