38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: account_history.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: account_history.php,v 1.6 2002/06/02 19:08:26 hpdl
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title_1'] = 'My Account';
|
|
$aLang['navbar_title_2'] = 'History';
|
|
|
|
$aLang['heading_title'] = 'My Order History';
|
|
|
|
$aLang['text_order_number'] = 'Order Number:';
|
|
$aLang['text_order_status'] = 'Order Status:';
|
|
$aLang['text_order_date'] = 'Order Date:';
|
|
$aLang['text_order_shipped_to'] = 'Shipped To:';
|
|
$aLang['text_order_products'] = 'Products:';
|
|
$aLang['text_order_cost'] = 'Order Cost:';
|
|
$aLang['text_view_order'] = 'View Order';
|
|
|
|
$aLang['text_no_purchases'] = 'You have not yet made any purchases.';
|
|
|