<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Affiliate Platform</title>
	<atom:link href="http://www.tipsandtricks-hq.com/wordpress-affiliate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/wordpress-affiliate</link>
	<description>Take control of your affiliates and drive more sales</description>
	<lastBuildDate>Wed, 27 Jan 2010 00:24:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Affiliate Platform Integration with the Shopp plugin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/affiliate-platform-integration-with-the-shopp-plugin-132</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/affiliate-platform-integration-with-the-shopp-plugin-132#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:47:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[3rd Party Cart Integration]]></category>
		<category><![CDATA[3rd party Integration]]></category>
		<category><![CDATA[Shopping Cart Integration]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=132</guid>
		<description><![CDATA[Please follow the simple steps outlined below to integrate the WP Affiliate Platform plugin with the Shopp Plugin.
1. Ask me for the &#8220;WP Affiliate and Shopp Integration plugin&#8221;. Once you get it upload and activate the plugin.
2. Open the &#8220;checkout.php&#8221; file from the &#8220;templates&#8221; directory of the shopp plugin then add the following bit of [...]]]></description>
			<content:encoded><![CDATA[<p>Please follow the simple steps outlined below to integrate the WP Affiliate Platform plugin with the <a href="http://shopplugin.net/">Shopp</a> Plugin.</p>
<p>1. Ask me for the &#8220;WP Affiliate and Shopp Integration plugin&#8221;. Once you get it upload and activate the plugin.</p>
<p>2. Open the &#8220;checkout.php&#8221; file from the &#8220;templates&#8221; directory of the shopp plugin then add the following bit of code just after the line &#8220;&lt;form action &#8230;&#8230;&#8221;</p>
<p><code>&lt;?php<br />
if (function_exists('wp_aff_shopp_get_referrer'))<br />
{<br />
$referrer = wp_aff_shopp_get_referrer();<br />
$referrer_string = "type=hidden&amp;name=referrer&amp;value=".$referrer;<br />
shopp('checkout','order-data',$referrer_string);<br />
}<br />
?&gt;</code></p>
<p>That should do the job. Perform a test purchase to make sure commission is awarded after the purchase correctly.</p>
<p><strong>Note:</strong> If you are using your own theme-templates for the Shopp plugin then you need to change the &#8220;checkout.php&#8221; file in the &#8220;theme-folder&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/affiliate-platform-integration-with-the-shopp-plugin-132/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Use Pay Per Lead Affiliate Model</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-use-pay-per-lead-affiliate-model-114</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-use-pay-per-lead-affiliate-model-114#comments</comments>
		<pubDate>Fri, 11 Dec 2009 04:16:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[cForms Integration]]></category>
		<category><![CDATA[Pay Per Lead]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=114</guid>
		<description><![CDATA[Integrating the cForms plugin with the WP Affiliate Software to design a Pay Per Lead Affiliate Model
This integration was done and documented by Yvette Kwei from www.magnumip.com.au
Little Background
I created a form with the popular Cforms II plugin (version 11.1).
In my form, users enter their contact details and then choose between one of four packages that [...]]]></description>
			<content:encoded><![CDATA[<h3>Integrating the cForms plugin with the WP Affiliate Software to design a Pay Per Lead Affiliate Model</h3>
<p>This integration was done and documented by Yvette Kwei from <a href="http://www.magnumip.com.au/">www.magnumip.com.au</a></p>
<h4>Little Background</h4>
<p>I created a form with the popular Cforms II plugin (version 11.1).</p>
<p>In my form, users enter their contact details and then choose between one of four packages that I offer (&#8220;Basic&#8221;, &#8220;Standard&#8221;, &#8220;Premium&#8221; and &#8220;Custom&#8221;).  Each package has a different price (in this example, $95, $195, $295, and $395).  I wanted to pay my Affiliates for sending me these leads.  Further, I wanted the &#8220;Unique Transaction ID&#8221; in WP Affiliate to be the ID given by Cforms to the particular submission.</p>
<h4>The Integration Steps</h4>
<p><strong>1. </strong>Insert the following code into the &#8220;my-functions.php&#8221; file within cForms:</p>
<div id="code_block">
##### Start code here:</p>
<p>function my_cforms_action($cformsdata)<br />
{<br />
if (!empty($_SESSION['ap_id']))    $referrer = $_SESSION['ap_id'];<br />
else if (isset($_COOKIE['ap_id'])) $referrer = $_COOKIE['ap_id'];</p>
<p>if (!empty($referrer))<br />
{<br />
$email  = $cformsdata['data']['Email'];<br />
$txnid  = $cformsdata['subid'];<br />
$itemid = &#8216;Unknown&#8217;;<br />
$amount = 0.0;</p>
<p>$item = $cformsdata['data']['Type of Service'];<br />
if      (strpos($item, &#8216;Basic&#8217;) === 0)    { $amount = 95.0; $itemid = &#8216;Basic&#8217;; }<br />
else if (strpos($item, &#8216;Standard&#8217;) === 0) { $amount = 195.0; $itemid = &#8216;Standard&#8217;; }<br />
else if (strpos($item, &#8216;Premium&#8217;) === 0)  { $amount = 295.0; $itemid = &#8216;Premium&#8217;; }<br />
else if (strpos($item, &#8216;Custom&#8217;) === 0)   { $amount = 395.0; $itemid = &#8216;Custom&#8217;; }</p>
<p>wp_aff_award_commission($referrer, $amount, $txnid, $itemid, $email);<br />
}<br />
}</p>
<p>##### End Code here.
</p></div>
<p><strong>2.</strong> Insert a single line of code in &#8220;../wp-content/plugins/cforms/lib_nonajax.php&#8221;:</p>
<div id="code_block">
###<br />
###  allow the user to use form data for other apps<br />
###<br />
$trackf['id'] = $no;<br />
$trackf['subid'] = $subID; ###### &lt;&lt;&#8212; Insert this line here  #####<br />
$trackf['data'] = $track;<br />
if( function_exists(&#8216;my_cforms_action&#8217;) )<br />
my_cforms_action($trackf);
</div>
<p><strong>Notes:</strong></p>
<ul>
<li>Cforms v.11.1 allows you to place the &#8220;my-functions.php&#8221; file in a folder called &#8220;cforms-custom&#8221; rather than &#8220;cforms&#8221; itself.  This allows you to protect your custom scripts from being over-written when upgrading cforms.  If you&#8217;ve taken advantage of this option (recommended) make sure the code you insert in step 1 is in the &#8220;../wp-content/plugins/cforms-custom/lib_nonajax.php&#8221; file.</li>
<li>Obviously, you can rename the packages to whatever you want, and set the prices to whatever you want, but if you change the packages, you&#8217;ll need to manually update the data in the &#8220;my-functions.php&#8221; file.</li>
<li>If you upgrade Cforms, you&#8217;ll need to re-insert the code in the lib_nonajax.php file.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-use-pay-per-lead-affiliate-model-114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Two Tier Affiliate Model</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-use-two-tier-affiliate-model-112</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-use-two-tier-affiliate-model-112#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=112</guid>
		<description><![CDATA[What is Tier Affiliate Model?
How will referring new affiliates to an affiliate program make me money in the future? the answer is tier affiliate program. A tier affiliate model is an Affiliate program structure whereby affiliates earn commissions on their conversions as well as conversions of webmasters they refer to the program.
So with a two-tier affiliate [...]]]></description>
			<content:encoded><![CDATA[<h3>What is Tier Affiliate Model?</h3>
<p>How will referring new affiliates to an affiliate program make me money in the future? the answer is tier affiliate program. A tier affiliate model is an Affiliate program structure whereby affiliates earn commissions on their conversions as well as conversions of webmasters they refer to the program.</p>
<p>So with a two-tier affiliate tracking system, not only are your affiliates rewarded for sending direct sales to your web site, they also get rewarded for encouraging other affiliates to join your affiliate program.</p>
<p>Using a tier affiliate structure potentially attracts more affiliates and hence more referrals to your site which means more sales for your products or services.</p>
<h4>Tier Affiliate Model Example</h4>
<p>Say for example, Person A is an affiliate. Person A sends Person B to the site. Person B becomes an affiliate too. Person B referes Person C who buys a product.</p>
<p>In the normal scenerio Person B will receive a commission for referring the sale.</p>
<p>In the tier affiliate model Person B still receives the commission but Person A also receives a small commission since Person A originally referred person B to this site.</p>
<h3>How to use a Two-Tier Affiliate Model in the Affiliate Platfrom Plugin</h3>
<p>All you have to do is enable it and specify the values from the settings menu of the WP Affiliate Platform plugin.</p>
<div id="attachment_118" class="wp-caption alignnone" style="width: 454px"><img class="size-full wp-image-118" title="two-tier-affiliate-program-settings" src="http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-content/uploads/2009/12/two-tier-affiliate-program-settings.gif" alt="2 Tier Affiliate Model Settings" width="444" height="207" /><p class="wp-caption-text">2 Tier Affiliate Model Settings</p></div>
<p>So if you had the &#8220;2nd tier commission level&#8221; set to 10% and the duration to 30 days then Person A in the above example will receive 10% commission of all sales made through Person B&#8217;s referrals for 30 days from the date when person B joined the affiliate program. You can leave the &#8220;Duration&#8221; field empty in which case Person A will receive the commission indefinitely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-use-two-tier-affiliate-model-112/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WP Affiliate Platform Frequently Asked Questions (FAQ)</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-frequently-asked-questions-faq-54</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-frequently-asked-questions-faq-54#comments</comments>
		<pubDate>Tue, 06 Oct 2009 00:07:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=54</guid>
		<description><![CDATA[
Does the Wordpress Affiliate Platform plugin work on a WordPress MU (multi-user) installation?

Yes

What license or licenses are you using for the WP Affiliate Platform plugin?

At the moment I only offer Single License. The single License allows you to install a copy of the WP Affiliate Platform plugin on a single site/blog and comes with free [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong><em>Does the Wordpress Affiliate Platform plugin work on a WordPress MU (multi-user) installation?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes</p>
<ul>
<li><strong><em>What license or licenses are you using for the WP Affiliate Platform plugin?</em></strong></li>
</ul>
<p style="padding-left: 60px;">At the moment I only offer Single License. The single License allows you to install a copy of the WP Affiliate Platform plugin on a single site/blog and comes with free updates. Contact me if you are interested in getting a multi-site license.</p>
<ul>
<li><strong><em>Does the affiliate software prevent buyers from purchasing with their own affiliate link?</em></strong></li>
</ul>
<p style="padding-left: 60px;">No, the affiliate software doesn&#8217;t prevent buyers from purchasing with their own affiliate link. This is so they can buy more for other people if needed(eg. if the customer is a web developer and building a site for someone else). This in my opinion is a very good practice as it also gives the potential customer incentive to buy the product and be an affiliate.</p>
<p style="padding-left: 60px;">How do you stop people who become an affiliate purely to get a discount on the product? Most people handle this by setting the minimum payout balance to an amount that requires an affiliate to make a few sales before getting paid out. For example, the minimum payout balance of my site is $25, so you will have to make a few sales before you get any money (which will prove that you are a genuine affiliate promoting the product and not just trying to scam the system to get a discount on the price). There is nothing more I like than to pay my affiliates who promote my products.</p>
<ul>
<li><strong><em>Does the affiliate software has the option to manually award commission?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes,</p>
<ul>
<li><strong><em>Can the affiliate software automatically reverse the commission for refunded products?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, the affiliate platform plugin can automatically reverse the commission for refunded products when used with the <a href="http://www.tipsandtricks-hq.com/?p=1059" target="_blank">WP eStore</a> plugin. If you are using it with any other ecommerce solution then you will have to call the commission reversal API or do it manually.</p>
<ul>
<li><strong><em>Majority of my customers prefer to pay for my product manually through bank transfer instead of paying by paypal. Is there a way to track the affiliate commission in this manual transaction?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, the affiliate commission is tracked even when your customers use the manual checkout option of the WP eStore plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-frequently-asked-questions-faq-54/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>WP Affiliate Software Integration with the Instinct&#8217;s WP-eCommerce Plugin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-software-integration-with-the-instincts-wp-ecommerce-plugin-70</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-software-integration-with-the-instincts-wp-ecommerce-plugin-70#comments</comments>
		<pubDate>Sun, 06 Sep 2009 10:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[3rd Party Cart Integration]]></category>
		<category><![CDATA[Shopping Cart Integration]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=70</guid>
		<description><![CDATA[The WordPress Affiliate Software Can be easily integrated with the Instinc&#8217;ts WP eCommerce Plugin. There are two ways to integrate the WP-eCommerce plugin with the WP Affiliate platform plugin (make sure you only follow one of the methods specified below).
i) The Easiest Option (Works for Standard PayPal Payment)
To integrate the WP Affiliate Platform simply check [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.tipsandtricks-hq.com/?p=1474">WordPress Affiliate Software</a> Can be easily integrated with the Instinc&#8217;ts WP eCommerce Plugin. There are two ways to integrate the WP-eCommerce plugin with the WP Affiliate platform plugin (make sure you only follow one of the methods specified below).</p>
<h3>i) The Easiest Option (Works for Standard PayPal Payment)</h3>
<p>To integrate the WP Affiliate Platform simply check the &#8220;Enable 3rd Party Cart Integration&#8221; field from the settings menu.</p>
<div id="attachment_71" class="wp-caption alignnone" style="width: 454px"><img class="size-full wp-image-71" title="3rd-party-shopping-cart-integration-settings" src="http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-content/uploads/2009/09/3rd-party-shopping-cart-integration-settings.jpg" alt="3rd Party Shopping Cart Integration Settings" width="444" height="98" /><p class="wp-caption-text">3rd Party Shopping Cart Integration Settings</p></div>
<h3>ii) The Not So Easy Option (Works for Most Payment Options)</h3>
<p>This option is still easy but requires a little bit of code manipulation:</p>
<p><strong>Step 1</strong>: Ask me for the &#8220;WP-eCommerce affiliate integration plugin&#8221;. Once you get it upload and activate the plugin.</p>
<p><strong>Step 2</strong>: Open the &#8220;transaction_result_functions.php&#8221; file from the WP-eCommerce plugin (&#8220;wp-e-commerce&#8221; directory) and search for the following line of code:</p>
<p><code>if(($email != '') &amp;&amp; ($purchase_log['email_sent'] != 1))</code></p>
<p>Once you find that line, add the following bit of code just before that line:</p>
<p><code><br />
if(true === $echo_to_screen)<br />
{<br />
do_action('wp_affiliate_process_commission', array("sale_amt" =&gt;$total, "txn_id"=&gt;$purchase_log['id'], "buyer_email"=&gt;$email));<br />
}<br />
</code></p>
<p><strong>Step3</strong>: Save and upload this recently edited file overwriting the existing one.</p>
<p>Remember to test it after you do the integration to make sure everything is working fine before you go live.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-software-integration-with-the-instincts-wp-ecommerce-plugin-70/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Integrating the WP Affiliate Software with a 3rd Party plugin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/integrating-the-wp-affiliate-software-with-a-3rd-party-plugin-61</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/integrating-the-wp-affiliate-software-with-a-3rd-party-plugin-61#comments</comments>
		<pubDate>Thu, 27 Aug 2009 02:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[3rd party Integration]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=61</guid>
		<description><![CDATA[Overview
I get a lot of queries regarding the integration of the WordPress Affiliate Software with a 3rd party plugin. This page explains what is involed in the process so you can get a picture of what is possible and what is not.
Before I start I would like to make one thing clear&#8230; If you want [...]]]></description>
			<content:encoded><![CDATA[<h3>Overview</h3>
<p>I get a lot of queries regarding the integration of the WordPress Affiliate Software with a 3rd party plugin. This page explains what is involed in the process so you can get a picture of what is possible and what is not.</p>
<p>Before I start I would like to make one thing clear&#8230; If you want to use the WP Affiliate Platform with the WP eStore plugin then you do not need to worry about any integration work as these two plugins are integrated by default.</p>
<p>The WP Affiliate software tracks referrals (knows who is a referred customer and who is not) and manages all the affiliates side of things but it depends on the e-commerce plugin (eg. WP eStore) that does the actual payment processing for the awarding of the affiliate commission. The reason is that you want to award the commission after a confirmed sale (this prevents customers from clicking the checkout button and getting commission without going through the full checkout) and only the plugin that processed the payment knows when the customer’s payment has been processed successfully.</p>
<p>The same principal applies to &#8220;Rewarding affiliates when they refer a customer and he/she registers&#8221; situation. The affiliate software will be able to track who is referred by who but the script that handles the registration will have to award the commission after a customer successfully registers. You just need to add a small bit of code that I will provide you in the registration handling script so it can award commission to the affiliate after someone registers.</p>
<p>So the first thing you have to ask yourself is when (for what action of the customer) do you want to award the affiliate with the commission and then identify where in your 3rd party plugin it is handlling this action. Once you can identify that then it is just a matter of adding a small bit of code (I will provide this) in that place that will do the commission awarding for you.</p>
<h3>Integrating Instinct&#8217;s WP-eCommerce Plugin</h3>
<ul>
<li>See the <a href="http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=70">affiliate platfrom integration with the WP-eCommerce</a> Plugin post.</li>
</ul>
<h3>Integrating Shopp Plugin</h3>
<ul>
<li>See the <a href="http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=132">affiliate platform integration with the Shopp plugin</a> post.</li>
</ul>
<h3>Integration PHPurchase Plugin</h3>
<ul>
<li>The <a rel="nofollow" href="http://www.phpurchase.com/">PHPurchase</a> plugin is integrated with the Affiliate plugin by default.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/integrating-the-wp-affiliate-software-with-a-3rd-party-plugin-61/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>WP Affiliate Platform License</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-license-57</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-license-57#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:25:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[Additonal Resources]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=57</guid>
		<description><![CDATA[WP Affiliate Platform (Single Site License)
End User License Agreement
Copyright, Tips and Tricks HQ (http://www.tipsandtricks-hq.com/)
All rights reserved.
By using the software, you agree to be bound by the terms of this license. If you have any questions
about the terms below, please contact tipsandtricks-hq.com for clarification.

You must have paid tipsandtricks-hq.com to use the software.
The copyright holder retains all [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WP Affiliate Platform (Single Site License)<br />
End User License Agreement<br />
Copyright, Tips and Tricks HQ (</strong><a href="http://www.tipsandtricks-hq.com/"><strong>http://www.tipsandtricks-hq.com/</strong></a><strong>)<br />
All rights reserved.</strong></p>
<p>By using the software, you agree to be bound by the terms of this license. If you have any questions<br />
about the terms below, please contact tipsandtricks-hq.com for clarification.</p>
<ol>
<li>You must have paid tipsandtricks-hq.com to use the software.</li>
<li>The copyright holder retains all intellectual property rights to the software.</li>
<li>You are granted the right to install the software on a single website.</li>
<li>You are granted the right to freely modify the software for your own personal use.</li>
<li>You may not use code snippets from the software elsewhere.</li>
<li>You may not re-distribute (either freely, or for any kind of compensation) the software, in whole or in part, to any 3rd party.</li>
<li>You expressly acknowledge and agree that use of the software is at your sole risk. No warrantly is provided, either express or implied.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-license-57/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change/Customize the URL of the affiliate view</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-changecustomize-the-url-of-the-affiliate-view-42</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-changecustomize-the-url-of-the-affiliate-view-42#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:16:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[Customize Affiliate View]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=42</guid>
		<description><![CDATA[After you install the plugin by default the URL for the affiliates to signup/log into their account has the following URL:
http://www.your-domain-name.com/wp-content/plugins/wp-affiliate-platform/affiliates/
If you want to customize this URL (eg. you want your affiliates login page to be at http://www.your-domain-name.com/affiliates) then you can achieve this in two ways:
Option 1 (The Redirection method)
1. Download the &#8216;index.php&#8216; file that [...]]]></description>
			<content:encoded><![CDATA[<p>After you install the plugin by default the URL for the affiliates to signup/log into their account has the following URL:</p>
<div id="code_block">http://www.your-domain-name.com/wp-content/plugins/wp-affiliate-platform/affiliates/</div>
<p>If you want to customize this URL (eg. you want your affiliates login page to be at http://www.your-domain-name.com/affiliates) then you can achieve this in two ways:</p>
<h3>Option 1 (The Redirection method)</h3>
<p>1. Download the &#8216;<a href="http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-content/uploads/aff_redirection.zip">index.php</a>&#8216; file that has an automatic redirection to the affiliates page.<br />
2. Update the file and put in your domain name where is says &#8216;www.your-domain-name.com&#8217;.<br />
3. Now upload this file to the directory where you want your affiliates to go and signup. (eg. www.your-domain-name.com/affiliates)</p>
<p>Now when someone visits &#8216;http://www.your-domain-name.com/affiliates&#8217; he/she will automatically be redirected to &#8216;http://www.your-domain-name.com/wp-content/plugins/wp-affiliate-platform/affiliates/&#8217;</p>
<h3>Option 2 (The Copy Method)</h3>
<p>1. Copy the affiliates directory and put it where you want it.<br />
2. Update the &#8216;misc_func.php&#8217; (located inside the affiliates directory) to have the correct relative location of the &#8216;wp-load.php&#8217; file.</p>
<p>The &#8216;misc_func.php&#8217; file uses a wordpress system file called &#8216;wp-load.php&#8217; so you will have to update the &#8216;include&#8217; statement at the top of the file (misc_func.php) and enter the correct path of the &#8216;wp-load.php&#8217; file relative to the target URL. the &#8216;wp-load.php&#8217; file is located on your wordpress installation directory.</p>
<p>So, for example if you want to move the affiliate URL to http://www.your-domain-name.com/affiliates and your wordpress is installed on the root directory then change the following:</p>
<div id="code_block">include_once(&#8216;../../../../wp-load.php&#8217;);</div>
<p>to</p>
<div id="code_block">include_once(’../wp-load.php’);</div>
<p>Please leave a comment if you don&#8217;t understand a step.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-changecustomize-the-url-of-the-affiliate-view-42/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Test the WP Affiliate Platform Plugin</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-test-the-wp-affiliate-platform-plugin-35</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-test-the-wp-affiliate-platform-plugin-35#comments</comments>
		<pubDate>Fri, 26 Jun 2009 06:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://tipsandtricks-hq.com/wordpress-affiliate/?p=35</guid>
		<description><![CDATA[Testing the WP Affiliate Platform is pretty easy.
1. Visit the following URL and sign up for an affiliate account after you have setup this plugin following the Usage instruction:
http://www.your-domain-name.com/wp-content/plugins/wp-affiliate-platform/affiliates
2. Navigate to the &#8216;Banners/Links&#8217; page after you log in. Get a banner/link code from this page and put it on any of your other website/blog (if [...]]]></description>
			<content:encoded><![CDATA[<p>Testing the WP Affiliate Platform is pretty easy.</p>
<p><strong>1</strong>. Visit the following URL and sign up for an affiliate account after you have setup this plugin following the <a href="http://tipsandtricks-hq.com/wordpress-affiliate/?p=32">Usage instruction</a>:</p>
<div id="code_block">http://www.your-domain-name.com/wp-content/plugins/wp-affiliate-platform/affiliates</div>
<p><strong>2</strong>. Navigate to the &#8216;Banners/Links&#8217; page after you log in. Get a banner/link code from this page and put it on any of your other website/blog (if you have any) or just put it in the same site. You can simply make a link that looks similar to the following if you don&#8217;t want to get the full banner/link code:</p>
<div id="code_block">http://www.your-domain-name.com/link-to-your-post-or-page?ap_id=your_affiliate_userid</div>
<p><strong>3</strong>. Now click on that banner or link and go to Stats-&gt;Referrals page to make sure that the click is being tracked.</p>
<p><strong>4</strong>. Now make a purchase using an &#8216;add to cart&#8217; button that you have on your site. Visit the Stats-&gt;Sales page to make sure the sale has been registered.</p>
<p><strong>5</strong>. Verify all these data from the WP Affiliate Admin panel inside the WordPress dashboard too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-test-the-wp-affiliate-platform-plugin-35/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>WP Affiliate Platform Plugin Usage Instructions</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-plugin-usage-instructions-32</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-plugin-usage-instructions-32#comments</comments>
		<pubDate>Fri, 26 Jun 2009 06:06:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Usage]]></category>
		<category><![CDATA[WP Affiliate Platform]]></category>

		<guid isPermaLink="false">http://tipsandtricks-hq.com/wordpress-affiliate/?p=32</guid>
		<description><![CDATA[The first thing you should be doing after you install the plugin following the installation instruction is updating the settings page with your desired settings. The settings screen look similar to the following:
All the options are pretty self explanatory so you won&#8217;t have any problem filling them up.
The next thing you need to do is [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing you should be doing after you install the plugin following the installation instruction is updating the settings page with your desired settings. The settings screen look similar to the following:</p>
<div id="attachment_65" class="wp-caption alignnone" style="width: 454px"><img class="size-full wp-image-65" title="general-settings" src="http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-content/uploads/2009/06/general-settings.jpg" alt="General Settings" width="444" height="308" /><p class="wp-caption-text">General Settings</p></div>
<div id="attachment_66" class="wp-caption alignnone" style="width: 454px"><img class="size-full wp-image-66" title="recaptcha-settings" src="http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-content/uploads/2009/06/recaptcha-settings.jpg" alt="reCAPTCHA Settings" width="444" height="147" /><p class="wp-caption-text">reCAPTCHA Settings</p></div>
<p>All the options are pretty self explanatory so you won&#8217;t have any problem filling them up.</p>
<p>The next thing you need to do is configure some banners/links for the affiliates to use. The banners/links can be configured from the &#8216;Add/Edit Banners&#8217; Menu.</p>
<p>Now you need to make sure that the ecommerce plugin you are using notifies the WP Affiliate Platform when a sale is made. If you are using the <a href="http://tipsandtricks-hq.com/?p=1059">WP eStore</a> plugin then you don&#8217;t need to worry about anything as the WP eStore (v2.1 and above) plugin is pre-configured to work with this plugin. If you are using some other ecommerce plugin to sell your products/services then you need to contact me before you can use this plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-plugin-usage-instructions-32/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
