iDEV Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

IDEVSPOT COMMUNITY FORUMS. -----( ( ( NOT FOR OFFICIAL TECH SUPPORT ) ) )-----

Author Topic: Need Help with Intergration  (Read 3249 times)

0 Members and 1 Guest are viewing this topic.

tommyinnn

  • Newbie
  • *
  • Posts: 2
    • View Profile
Need Help with Intergration
« on: January 21, 2008, 08:54:56 PM »
I've been unable to figure out how to get Nixie to be notified of sales, tracking works fine & the ip address of the affiliate is also passed. The cost is the same for my membership site & I was wondering if I could simply put a form on the payment completed page that will pass the sale information to Nixie.

Here's a form that kinda shows what I mean, thanks for any help any1 can give!!

Code: [Select]
<form id="form1" name="form1" method="get" action="http://e-locate.info/manange/index.php">
  <label>
  <input type="submit" name="Submit" value="CLICK TO CONTINUE ACTIVATION" />
  </label>
  <input type="hidden" name="custom" value="<?php echo $_SERVER[REMOTE_ADDR]; ?>" />
  <input type="hidden" name="notify_url" value="http://e-locate.info/NixieAffiliate/nixie/affiliate.php" />
  <input name="amount" type="hidden" id="amount" value="9.95" />
  <input name="quantity" type="hidden" id="quantity" value="1" />
</form>
 
« Last Edit: January 21, 2008, 09:50:54 PM by tommyinnn »
Logged

tommyinnn

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Need Help with Intergration
« Reply #1 on: January 22, 2008, 11:36:19 AM »
Forget this post, the script works 100%...great work iDev! The problem was I was testing it with a 10 cent sale option, which didn't show up in Nixie, got a live customer using my demo affiliate link & it works fine!!
Logged

twinbrother

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Need Help with Intergration
« Reply #2 on: January 31, 2008, 08:47:13 PM »
I'm having the same issues.  The tracking works fine, but the sales are not registering.  I followed all instructions, and double checked my coding, but something just isn't working right.  No sales are being tracked.
Logged

arron

  • iDevSpot
  • Administrator
  • Hero Member
  • *****
  • Gender: Male
  • Posts: 1202
    • View Profile
    • WWW
Re: Need Help with Intergration
« Reply #3 on: February 01, 2008, 01:40:32 AM »
Send the URL to the page which has your purchase button,
Logged

Join our Facebook Fan Page to receive special offers & update information : http://www.facebook.com/pages/iDevSpot/157097554841

twinbrother

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Need Help with Intergration
« Reply #4 on: February 01, 2008, 09:11:50 AM »
Here is some interesting information that I discovered that seems to support my theory.  I did full purchase tests with Nixie Affiliate on the same computer that I use to admin the Nixie Affiliate.  The tracking for clicks works fine.  However, no purchases would register into the affiliate reporting.  I did 4 purchases.  Then I had two other people do a purchase from 2 different computers that are not used to admin the Nixie Affiliate.  The tracking and purchase was registered.  It appears a purchase from the same computer used to admin the site won't be registered.  I may be wrong, but the results seem to support my theory.
Logged

arron

  • iDevSpot
  • Administrator
  • Hero Member
  • *****
  • Gender: Male
  • Posts: 1202
    • View Profile
    • WWW
Re: Need Help with Intergration
« Reply #5 on: February 03, 2008, 03:08:46 PM »
Ok, will need to take a look at your purchase code, to see how you have done the integration,
Logged

Join our Facebook Fan Page to receive special offers & update information : http://www.facebook.com/pages/iDevSpot/157097554841