- This topic has 7 replies, 3 voices, and was last updated 9 years, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Affiliate Plugin – $1 paypal trial not capturing as sales
Hello, i have setup a page with $1 trial and then $97 one time via paypal . custom id is getting captured in the paypal which is affiliate id but its not showing as sales in affiliate section.
page is at [www.trademanagerpro.com/donna-forex]
regards
Which documentation did you following to create the integration?
custom paypal button. i can see the custom affiliat id in my paypal transaction also but its not showing in affiliate admin .
Option 1 or 2 from the following documentation?
option 2 .
I don’t see the following two input in the button so you haven’t done what that documentation tells you to:
<input type=”hidden” name=”custom” value=”[wp_aff_custom_args]”>
<input type=”hidden” name=”notify_url” value=”http://www.your-domain.com/../ipn_handler.php”>
Please read the documentation and implement what it says. Look at the example button code to learn how to do it.
Alternatively, use the following option and I will implement it for you:
hello,
that value is already there
<p><input name=”notify_url” type=”hidden” value=”http://www.fxpipmakers.com/wp-content/plugins/wp-affiliate-platform/api/ipn_handler.php” />
<input name=”custom” type=”hidden” value=”ap_id=&ip=117.206.144.192″ />
just search in source code
“<input name=”notify_url” type=”hidden” value=”http://www.fxpipmakers.com/wp-content/plugins/wp-affiliate-platform/api/ipn_handler.php” />”
even its getting captured in paypal. just its not getting tracked by our script when payment is sucess but in paypal payment i can even see affiliate ID.
regards
@ebizpromo, It needs to be inside your PayPal button code. Please switch to “text” editor and re-enter the code to remove any formatted elements. Make sure those two input field code are inside your PayPal button form.