Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Affiliate Plugin – $1 paypal trial not capturing as sales
- This topic has 7 replies, 3 voices, and was last updated 10 years, 10 months ago by
wpCommerce.
-
AuthorPosts
-
December 16, 2014 at 8:37 am #11936
ebizpromo
MemberHello, 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
December 16, 2014 at 11:03 pm #67459admin
KeymasterWhich documentation did you following to create the integration?
December 17, 2014 at 6:42 am #67460ebizpromo
Membercustom paypal button. i can see the custom affiliat id in my paypal transaction also but its not showing in affiliate admin .
December 17, 2014 at 11:37 pm #67461admin
KeymasterOption 1 or 2 from the following documentation?
December 18, 2014 at 7:42 am #67462ebizpromo
Memberoption 2 .
December 19, 2014 at 2:06 am #67463admin
KeymasterI 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:
December 19, 2014 at 7:40 am #67464ebizpromo
Memberhello,
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
December 19, 2014 at 11:24 pm #67465wpCommerce
Moderator@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.
-
AuthorPosts
- You must be logged in to reply to this topic.