[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_statistics.php 3 2006-05-27 04:59: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 osCMax2005 osCMax, 2002 osCommerce 13 14 Released under the GNU General Public License 15 */ 16 17 define('HEADING_TITLE', 'Affiliate Statistics'); 18 define('TEXT_SUMMARY_TITLE', 'Affiliate Statistics'); 19 define('TEXT_IMPRESSIONS', 'Total Banner Impressions: '); 20 define('TEXT_VISITS', 'Total Affiliate Visits: '); 21 define('TEXT_TRANSACTIONS', 'Total Affiliate Transactions: '); 22 define('TEXT_AFFILIATE_NAME', 'Name of Affiliate: '); 23 define('TEXT_AFFILIATE_JOINDATE', 'Date Affiliate Joined: '); 24 define('TEXT_CONVERSION', 'Conversion: '); 25 define('TEXT_AMOUNT', 'Total Affiliate Sales: '); 26 define('TEXT_AVERAGE', 'Average Affiliate Payout/Sale: '); 27 define('TEXT_COMMISSION_RATE', 'Commission Rate: '); 28 define('TEXT_PAYPERSALE_RATE', 'Pay Per Sale Rate: '); 29 define('TEXT_CLICKTHROUGH_RATE', 'Clickthrough Rate: '); 30 define('TEXT_COMMISSION', 'Total Affiliate Commission : '); 31 define('TEXT_SUMMARY_HELP', '[?]'); 32 define('TEXT_SUMMARY', 'Click on [?] to see a description of each category.'); 33 define('HEADING_SUMMARY_HELP', 'Affiliate Help'); 34 define('TEXT_IMPRESSIONS_HELP', '<i>Impressions</i> displays the total number of times a banner or link has been displayed in the given time period.'); 35 define('TEXT_VISITS_HELP', '<i>Visits</i> represents the total number of click-throughs by visitors from your website.'); 36 define('TEXT_TRANSACTIONS_HELP', '<i>Transactions</i> represents the total number successful transactions accredited to you'); 37 define('TEXT_CONVERSION_HELP', '<i>Conversions</i> represents the percentage of visitors (click-throughs) completing a transaction.'); 38 define('TEXT_AMOUNT_HELP', '<i>Amount</i> represents the total sales value accredited to you.'); 39 define('TEXT_AVERAGE_HELP', '<i>Average</i> represents the average sales value accredited to you.'); 40 define('TEXT_COMMISSION_RATE_HELP', '<i>Commission Rate</i> represents the rate you are paid for sales in a percentage format.'); 41 define('TEXT_CLICKTHROUGH_RATE_HELP', '<i>Clickthrough Rate</i> represents the rate you are paid for clickthroughs on a per click basis'); 42 define('TEXT_PAY_PER_SALE_RATE_HELP', '<i>Pay Per Sale Rate</i> represents the rate you are paid for sales on a sale by sale basis.'); 43 define('TEXT_COMMISSION_HELP', '<i>Commission</i> represents the total commission owed to you'); 44 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 45 46 ?>
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 |