« 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!!
<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>