[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: stats_recover_cart_sales.php 3 2006-05-27 04:59:07Z user $ 4 Recover Cart Sales ENGLISH Language File v2.22 5 6 Recover Cart Sales contribution: JM Ivler 11/23/03 7 Copyright (c) 2003-2005 JM Ivler / Ideas From the Deep / OSCommerce 8 http://oscdox.com 9 10 Released under the GNU General Public License 11 12 Modifed by Aalst (stats_recover_cart_sales.php,v 1.2 .. 1.36) 13 [email protected] 14 15 Modifed by Lane (stats_recover_cart_sales.php,v 1.4d .. 2.22) 16 [email protected] www.osc-modsquad.com / www.ifd.com 17 */ 18 19 define('HEADING_TITLE', 'Recover Cart Sales Report v2.22'); 20 define('DAYS_FIELD_PREFIX', 'Show for last '); 21 define('DAYS_FIELD_POSTFIX', ' days '); 22 define('DAYS_FIELD_BUTTON', 'Go'); 23 define('TABLE_HEADING_SCART_ID', 'SCart ID'); 24 define('TABLE_HEADING_SCART_DATE', 'Date Added'); 25 define('TABLE_HEADING_CUSTOMER', 'Customer Name'); 26 define('TABLE_HEADING_ORDER_DATE', 'Order Date'); 27 define('TABLE_HEADING_ORDER_STATUS', 'Status'); 28 define('TABLE_HEADING_ORDER_AMOUNT', 'Amount'); 29 define('TOTAL_RECORDS', 'Examined Records:'); 30 define('TOTAL_SALES', 'Recovered Sales:'); 31 define('TOTAL_SALES_EXPLANATION', ' (Possible sales from customers who abandoned carts & were notified via RCS)'); 32 define('TOTAL_RECOVERED', 'Total Recovered:'); 33 ?>
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 |