[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: checkout_shipping_address.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', '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
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |