30 lines
1006 B
PHP
30 lines
1006 B
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: stats_customers.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: stats_customers.php,v 1.6 2002/03/30 15:54:15 harley_vb
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
|
|
define('HEADING_TITLE', 'Best Customer Orders-Total');
|
|
|
|
define('TABLE_HEADING_NUMBER', 'No.');
|
|
define('TABLE_HEADING_CUSTOMERS', 'Customers');
|
|
define('TABLE_HEADING_TOTAL_PURCHASED', 'Total Purchased');
|
|
|