| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: checkout_shipping.php,v 1.3 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', 'Shipping Method'); 15 16 define('HEADING_TITLE', 'Delivery Information'); 17 18 define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address'); 19 define('TEXT_CHOOSE_SHIPPING_DESTINATION', 'Please choose from your address book where you would like the items to be delivered to.'); 20 define('TITLE_SHIPPING_ADDRESS', 'Shipping Address:'); 21 22 define('TABLE_HEADING_SHIPPING_METHOD', 'Shipping Method'); 23 define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.'); 24 define('TITLE_PLEASE_SELECT', 'Please Select'); 25 define('TEXT_ENTER_SHIPPING_INFORMATION', 'This is currently the only shipping 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 select the preferred payment method.'); 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 |