[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_summary.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 Summary'); 18 define('TEXT_SUMMARY_TITLE', 'Affiliate Summary'); 19 define('TEXT_IMPRESSIONS', 'Total Banner Impressions: '); 20 define('TEXT_VISITS', 'Total Affiliate Visits: '); 21 define('TEXT_TRANSACTIONS', 'Total Affiliate Transactions: '); 22 define('TEXT_AFFILIATES', 'Number of Affiliates: '); 23 define('TEXT_CONVERSION', 'Conversion: '); 24 define('TEXT_AMOUNT', 'Total Affiliate Sales: '); 25 define('TEXT_AVERAGE', 'Average Affiliate Sale: '); 26 define('TEXT_COMMISSION_RATE', 'Default Commission Rate: '); 27 define('TEXT_PAYPERSALE_RATE', 'Default Pay Per Sale Rate: '); 28 define('TEXT_CLICKTHROUGH_RATE', 'Default Clickthrough Rate: '); 29 define('TEXT_COMMISSION', 'Total Affiliate Commission : '); 30 define('TEXT_SUMMARY_HELP', '[?]'); 31 define('TEXT_SUMMARY', 'Click on [?] to see a description of each category.'); 32 define('HEADING_SUMMARY_HELP', 'Affiliate Help'); 33 define('TEXT_IMPRESSIONS_HELP', '<i>Total Banner Impressions</i> displays the total number of times a banner or link has been displayed in the given time period.'); 34 define('TEXT_VISITS_HELP', '<i>Total Affiliate Visits</i> represents the total number of click-throughs by visitors from your website.'); 35 define('TEXT_TRANSACTIONS_HELP', '<i>Total Affiliate Transactions</i> represents the total number successful transactions accredited to you'); 36 define('TEXT_CONVERSION_HELP', '<i>Conversion</i> represents the percentage of visitors (click-throughs) completing a transaction.'); 37 define('TEXT_AMOUNT_HELP', '<i>Total Affiliate Sales</i> represents the total sales value of delivered orders accredited to you.'); 38 define('TEXT_AVERAGE_HELP', '<i>Average Affiliate Sale</i> represents the average sales value accredited to you.'); 39 define('TEXT_COMMISSION_RATE_HELP', '<i>Default Commission Rate</i> represents the rate you are paid for sales in a percentage format.'); 40 define('TEXT_CLICKTHROUGH_RATE_HELP', '<i>Default Clickthrough Rate</i> represents the rate you are paid for clickthroughs on a per click basis'); 41 define('TEXT_PAY_PER_SALE_RATE_HELP', '<i>Default Pay Per Sale Rate</i> represents the rate you are paid for sales on a sale by sale basis.'); 42 define('TEXT_COMMISSION_HELP', '<i>Total Affiliate Commission</i> represents the total commission of delivered orders owed to you'); 43 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 44 45 define('IMAGE_BANNERS','Banners'); 46 define('IMAGE_CLICKTHROUGHS','Clickthrough Report'); 47 define('IMAGE_SALES','Sales Report'); 48 ?>
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 |