[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_summary.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', 'Your Summary'); 18 define('HEADING_TITLE', 'The Affiliate Program'); 19 20 define('TEXT_AFFILIATE_CENTRE', 'Affiliate Centre'); 21 define('TEXT_AFFILIATE_BANNER_CENTRE', 'Affiliate Banners'); 22 define('TEXT_AFFILIATE_REPORT_CENTRE', 'Affiliate Reports'); 23 define('TEXT_AFFILIATE_INFO', 'Affiliate Information'); 24 define('TEXT_AFFILIATE_SUMMARY', 'Affiliate Summary'); 25 define('TEXT_AFFILIATE_PASSWORD', 'Change Password'); 26 define('TEXT_AFFILIATE_NEWS', 'Affiliate News'); 27 define('TEXT_AFFILIATE_NEWSLETTER', 'Newsletter'); 28 define('TEXT_AFFILIATE_ACCOUNT', 'Edit Affiliate Account'); 29 define('TEXT_AFFILIATE_REPORTS', 'Affiliate Reports'); 30 define('TEXT_AFFILIATE_CLICKRATE', 'Clickthrough Report'); 31 define('TEXT_AFFILIATE_PAYMENT', 'Payment Report'); 32 define('TEXT_AFFILIATE_SALES', 'Sales Report'); 33 define('TEXT_AFFILIATE_BANNERS', 'Affiliate Banners'); 34 define('TEXT_AFFILIATE_BANNERS_BANNERS', 'Banner Links'); 35 define('TEXT_AFFILIATE_BANNERS_BUILD', 'Build a Link'); 36 define('TEXT_AFFILIATE_BANNERS_PRODUCT', 'Product Links'); 37 define('TEXT_AFFILIATE_BANNERS_TEXT', 'Text Links'); 38 define('TEXT_INFORMATION', 'Your affiliate Information goes here'); 39 define('TEXT_SUMMARY_TITLE', 'Affiliate Summary'); 40 define('TEXT_IMPRESSIONS', 'Impressions: '); 41 define('TEXT_VISITS', 'Visits: '); 42 define('TEXT_TRANSACTIONS', 'Transactions: '); 43 define('TEXT_CONVERSION', 'Conversion: '); 44 define('TEXT_AMOUNT', 'Sales Amount: '); 45 define('TEXT_AVERAGE', 'Sales Average: '); 46 define('TEXT_COMMISSION_RATE', 'Commission Rate: '); 47 define('TEXT_PAYPERSALE_RATE', 'Pay Per Sale Rate: '); 48 define('TEXT_CLICKTHROUGH_RATE', 'Clickthrough Rate: '); 49 define('TEXT_COMMISSION', 'Commission: '); 50 define('HEADING_SUMMARY_HELP', 'Affiliate Help'); 51 define('TEXT_SUMMARY_HELP', '[?]'); 52 define('TEXT_SUMMARY', 'Click on [?] to see a description of each category.'); 53 define('TEXT_IMPRESSIONS_HELP', '<b>Impressions:</b> displays the total number of times a banner or link has been displayed in the given time period.'); 54 define('TEXT_VISITS_HELP', '<b>Visits:</b> represents the total number of click-throughs by visitors from your website.'); 55 define('TEXT_TRANSACTIONS_HELP', '<b>Transactions:</b> represents the total number of successful transactions credited to your account.'); 56 define('TEXT_CONVERSION_HELP', '<b>Conversions:</b> represents the percentage of visitors (click-throughs) completing a transaction.'); 57 define('TEXT_AMOUNT_HELP', '<b>Sales Amount:</b> represents the total sales value of delivered orders credited to your account.'); 58 define('TEXT_AVERAGE_HELP', '<b>Sales Average:</b> represents the average sales value credited to your account.'); 59 define('TEXT_COMMISSION_RATE_HELP', '<b>Commission Rate:</b> represents the rate you are paid for sales as a percentage.'); 60 define('TEXT_CLICKTHROUGH_RATE_HELP', '<b>Clickthrough Rate:</b> represents the rate you are paid for clickthroughs on a per click basis.'); 61 define('TEXT_PAY_PER_SALE_RATE_HELP', '<b>Pay Per Sale Rate:</b> represents the rate you are paid for sales on a sale by sale basis.'); 62 define('TEXT_COMMISSION_HELP', '<b>Commission Rate:</b> represents the total commission owed to you.'); 63 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 64 65 define('TEXT_GREETING','Welcome '); 66 define('TEXT_AFFILIATE_ID', 'Your Affiliate ID: '); 67 68 define('IMAGE_BANNERS','Banners'); 69 define('IMAGE_CLICKTHROUGHS','Clickthrough Report'); 70 define('IMAGE_SALES','Sales Report'); 71 ?>
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 |