- This topic has 1 reply, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › WP Affiliate + WP eMember + Paypal not working
Hi,
I installed WP eMember with a Paypal button, and it was working perfectly.
I added in my button code your instruction for WP Affiliate (Option 2) and there are several problems (the payment with Paypal is ok) :
– WP eMember is not receiving any IPN now
– WP Affiliate does not register the commission so I assume it did not receive any IPN neither ( I created an account for myself to do some tests)
Here is my button code : (note I use my own image)
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”DPVGUKHMB556E”>
<input type=”hidden” name=”notify_url” value=”http://www.naturacoach.com/wp-content/plugins/wp-affiliate-platform/api/ipn_handler.php”>
<script>
document.write(“<input type=’hidden’ name=’custom’ value='”+getCookie(‘ap_id’)+”‘>”);
</script>
<input type=”image” src=”http://www.naturacoach.com/wp-content/uploads/2011/05/classique.jpg” border=”0″ name=”submit” alt=”formule classique” width=”250″ height=”150″>
<img alt=”” border=”0″ src=”https://www.paypalobjects.com/WEBSCR-640-20110429-1/fr_FR/i/scr/pixel.gif” width=”1″ height=”1″>
</form>
What did I miss ?
Benjamin
PayPal can only notify the payment (send the IPN) to one script so you changed the notification from eMember to affiliate and hence the eMember plugin is not getting any notification. The plain PayPal button integration does not take into account the multiple plugin integration scenario. This where WP eStore comes in handy. If you process your payment using WP eStore then it can do the post payment processing for both eMember and the Affiliate plugin.