| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: account_history.php,v 1.7 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', 'My Account'); 14 define('NAVBAR_TITLE_2', 'History'); 15 16 define('HEADING_TITLE', 'My Order History'); 17 18 define('TEXT_ORDER_NUMBER', 'Order Number:'); 19 define('TEXT_ORDER_STATUS', 'Order Status:'); 20 define('TEXT_ORDER_DATE', 'Order Date:'); 21 define('TEXT_ORDER_SHIPPED_TO', 'Shipped To:'); 22 define('TEXT_ORDER_BILLED_TO', 'Billed To:'); 23 define('TEXT_ORDER_PRODUCTS', 'Products:'); 24 define('TEXT_ORDER_COST', 'Order Cost:'); 25 define('TEXT_VIEW_ORDER', 'View Order'); 26 27 define('TEXT_NO_PURCHASES', 'You have not yet made any purchases.'); 28 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |