-
25-05-09 #1
Registered User
- Join Date
- May 2009
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Clixgalore Help
I have become a merchant as you can see here (pay per sale):
clixGalore Affiliate Marketing - Affiliate Program Search
But we are having issues with the thankyou page!
We have set all the correct token values in paypal, and have set the autoreturn correct from paypal going to our thank you page.
This is the code we needed to add to our thankyou.php page.
<!--Begin clixGalore Code -->
<script language="javascript">
var arrParams = location.search.split("?")[1].split("&");
var SV = '';
var OID = '';
var temp = '';
if(location.search.indexOf("?")!=-1)
{
if (arrParams)
{
for (i=0;i<arrParams.length;i++)
{
var param=arrParams[i].split("=");
temp = param[0];
if(temp.toLowerCase()=="amt")
{
SV = param[1]
}
if(temp.toLowerCase()=="tx")
{
OID = param[1]
}
}
}
}
document.write ('<img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=11088&SV=' + SV + '&OID=' + OID + '" height="0" width="0" border="0">');
</script>
<!--End clixGalore Code -->
Can someone please help us with this?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
does anyone use clixgalore
By webco in forum Media Coverage & PR StrategyReplies: 3Last Post: 18-09-05, 01:48 AM -
Any ones used or uses clixgalore
By webco in forum Media Coverage & PR StrategyReplies: 0Last Post: 16-09-05, 10:50 AM -
ClixGalore? Are they OK?
By angelabx in forum Other NetworksReplies: 10Last Post: 01-03-05, 02:40 PM -
clixgalore
By EPLTIGERPRO in forum Other NetworksReplies: 3Last Post: 05-09-03, 03:03 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks