ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/stats_products_purchased.php
Go to the documentation of this file.
00001 <?php
00002 //
00003 // +----------------------------------------------------------------------+
00004 // |zen-cart Open Source E-commerce                                       |
00005 // +----------------------------------------------------------------------+
00006 // | Copyright (c) 2003 The zen-cart developers                           |
00007 // |                                                                      |
00008 // | http://www.zen-cart.com/index.php                                    |
00009 // |                                                                      |
00010 // | Portions Copyright (c) 2003 osCommerce                               |
00011 // +----------------------------------------------------------------------+
00012 // | This source file is subject to version 2.0 of the GPL license,       |
00013 // | that is bundled with this package in the file LICENSE, and is        |
00014 // | available through the world-wide-web at the following url:           |
00015 // | http://www.zen-cart.com/license/2_0.txt.                             |
00016 // | If you did not receive a copy of the zen-cart license and are unable |
00017 // | to obtain it through the world-wide-web, please send a note to       |
00018 // | [email protected] so we can mail you a copy immediately.          |
00019 // +----------------------------------------------------------------------+
00020 //  $Id: stats_products_purchased.php 4735 2006-10-12 22:37:46Z ajeh $
00021 //
00022 
00023 define('HEADING_TITLE', 'Best Products Purchased');
00024 
00025 define('TABLE_HEADING_NUMBER', 'ID#');
00026 define('TABLE_HEADING_PRODUCTS', 'Products');
00027 define('TABLE_HEADING_PURCHASED', 'Purchased');
00028 
00029 define('TABLE_HEADING_CUSTOMERS_ID', 'Customer<br />ID#');
00030 define('TABLE_HEADING_ORDERS_ID', 'Order<br />ID#');
00031 define('TABLE_HEADING_ORDERS_DATE_PURCHASED', 'Date');
00032 define('TABLE_HEADING_CUSTOMERS_INFO', 'Customer');
00033 define('TABLE_HEADING_PRODUCTS_QUANTITY', 'QTY');
00034 define('TABLE_HEADING_PRODUCTS_NAME', 'Product');
00035 define('TABLE_HEADING_PRODUCTS_MODEL', 'Model');
00036 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations