[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_sales.php 14 2006-07-28 17:42:07Z user $ 4 5 OSC-Affiliate 6 7 Contribution based on: 8 9 osCMax Power E-Commerce 10 http://oscdox.com 11 12 Copyright 2006 osCMax 13 14 Released under the GNU General Public License 15 */ 16 17 define('NAVBAR_TITLE', 'Affiliate Program'); 18 define('HEADING_TITLE', 'Affiliate Program: Sales'); 19 20 define('TABLE_HEADING_DATE', 'Date'); 21 define('TABLE_HEADING_SALES', 'Affiliate Earnings (excl.)'); 22 define('TABLE_HEADING_VALUE', 'Sale Value (excl.)'); 23 define('TABLE_HEADING_PERCENTAGE','Commission Rate'); 24 define('TABLE_HEADING_STATUS', 'Sale Status'); 25 26 define('TEXT_DELETED_ORDER_BY_ADMIN', 'Deleted (Admin)'); 27 define('TEXT_INFORMATION_SALES_TOTAL', 'Your current earnings amount (excl.) to:'); 28 define('TEXT_INFORMATION_SALES_TOTAL2', '<br>Only delivered sales are counted!'); 29 define('TEXT_NO_SALES', 'No sales have been recorded yet.'); 30 define('TEXT_DISPLAY_NUMBER_OF_SALES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> sales)'); 31 32 define('TEXT_AFFILIATE_HEADER', 'Sales from your website:'); 33 define('TEXT_SALES_HELP', ' <font color="#FFFFFF">[?]</font>'); 34 define('TEXT_SALES', 'Click on [?] to see a description of each category.'); 35 define('HEADING_SALES_HELP', 'Affiliate Help'); 36 define('TEXT_DATE_HELP', '<i>Date</i> represents the date of the sale.'); 37 define('TEXT_TIME_HELP', '<i>Time</i> represents the time of the sale.'); 38 define('TEXT_SALE_VALUE_HELP', '<i>Sale Value</i> represents the value of the sale.'); 39 define('TEXT_COMMISSION_RATE_HELP', '<i>Commission Rate</i> represents the commission rate paid on the sale.'); 40 define('TEXT_COMMISSION_VALUE_HELP', '<i>Affiliate Earnings</i> represents the commission due on the sale.'); 41 define('TEXT_STATUS_HELP', '<i>Sale Status</i> represents the status the sale.'); 42 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 43 ?>
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 |