Setting Up Referral Links
Important: To benefit from your referrals to our site, you must do the following:
- You must be registered as an Affiliate Partner.
- You must have received a unique Affiliate Number.
(This number was sent to you via email when you signed up as an affiliate.)
- You must set up specially-designed links containing your unique Affiliate Number.
If you do not have a unique Affiliate Number, then simply go back and sign-up for the program.
Method 1.
Installing simple HREF links:
Use the following URL, replacing the words "YourAffiliateNumber" with your actual unique Affiliate Number. Use this URL as the hyperlink for any text or image. When someone visits our site by clicking this link, the sytem will associate their visit and their purchases with your Affiliate Number.
Here's the URL:
https://www.merchantpal.com/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber
Here's two examples of how to utilize the URL, with the accompanying HTML code below each example:
Example 1: Click Here For products
<a href="https://www.merchantpal.com/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber">
Click Here</a> For products |
Example 2: Great products 
Great products
<a href="https://www.merchantpal.com/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber">
<img border="0" src="http://www.merchantorderform.com/ares/logosmall.gif"
align="top" width="94" height="18"></a> |
Method 2.
Sending links in email correspondence or newsletters:
Include your referral link in email messages, discussion list posts, and newsletters by pasting in the full URL, without any HREF syntax.
| https://www.merchantpal.com/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber |
Method 3.
Using a Form POST
Utilize a form to refer visitors to our site.
Just Great products ..
<form method="POST"
action="https://www.merchantpal.com/cgi-bin/mcart/ares.cgi">
<input type="hidden" name="ID" value="YourAffiliateNumber">
<input type="image" src="http://www.merchantorderform.com/ares/logosmall.gif"
align="top" width=150 height=40 border=0 alt="Click here for great products">
</form> |
|