| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: checkout_shipping_address.php,v 1.2 2003/05/19 20:17:50 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Checkout'); 14 define('NAVBAR_TITLE_2', 'Change Shipping Address'); 15 16 define('HEADING_TITLE', 'Delivery Information'); 17 18 define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address'); 19 define('TEXT_SELECTED_SHIPPING_DESTINATION', 'This is the currently selected shipping address where the items in this order will be delivered to.'); 20 define('TITLE_SHIPPING_ADDRESS', 'Shipping Address:'); 21 22 define('TABLE_HEADING_ADDRESS_BOOK_ENTRIES', 'Address Book Entries'); 23 define('TEXT_SELECT_OTHER_SHIPPING_DESTINATION', 'Please select the preferred shipping address if the items in this order are to be delivered elsewhere.'); 24 define('TITLE_PLEASE_SELECT', 'Please Select'); 25 26 define('TABLE_HEADING_NEW_SHIPPING_ADDRESS', 'New Shipping Address'); 27 define('TEXT_CREATE_NEW_SHIPPING_ADDRESS', 'Please use the following form to create a new shipping 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 shipping 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 |