Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
Last active March 28, 2016 18:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save strangerstudios/3137539 to your computer and use it in GitHub Desktop.
Save strangerstudios/3137539 to your computer and use it in GitHub Desktop.
Integrate Paid Memberships Pro with WP Affiliate Platform
<?php
/*
We now maintain this code gist as an addon.
* On GitHub: https://github.com/strangerstudios/pmpro-wp-affiliate-platform
* Our Site: http://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-wp-affiliate-platform-integration/
Tips and tricks also maintains a version here:
https://www.tipsandtricks-hq.com/wordpress-affiliate/paid-memberships-pro-wp-affiliate-plugin-integration-873
*/
@ladypop2012
Copy link

Since PMP version has been updated recently to 1.5.9 with fixes and updates to IPN for recurring payments. Can the PMP users get an update to this code for recurring payment use of : Integrate Paid Memberships Pro with WP Affiliate Platform. Thanks

@strangerstudios
Copy link
Author

I updated the gist to use the order "total" instead of InitialPayment, which should have it working on initial and recurring payments with PMPro version 1.5.9 or higher. Let me know if it doesn't.

@ladypop2012
Copy link

***DID NOT WORK FOR RECURRING PAYMENT (stripe gateway)*** The referring affiliate (AFFtest) was paid for the 1st payment when member JANE registered on 2-07-2013. When STRIPE charged JANE on 3-09-2013 (recurring payment) I looked the backoffice and the referring Affiliate (AFFtest) was NOT paid again.

Note: WP affiliate Platform has a new version and I updated 3 days before the RECURRING payment test to be evaluated. Not sure if something in the new WP affiliate platform change effect something in the strangerstudios code for this integration. Not sure if cookies has any effect on this. But I would like the referring AFFILIATE to be linked to the customer he referred for life. So that anytime the customer buys anything in the future (even if the cookie is expired (over 90 days ) then the affiliate will still get a commission.

*** something I saw on the wp affiliate platform forum ( I think the cookies have everything to do with this im not sure ) read here: http://www.tipsandtricks-hq.com/forum/topic/offering-commissions-for-lifetime-purchases#post-20173

Let me know . P.S Ill be posting this in the paid members support area as well so if it must be a custom solution im open to that so check also in Ill be there to http://www.paidmembershipspro.com/support/

@strangerstudios
Copy link
Author

Latest revision now has WP plugin comments up top so you can just drop this in the plugins folder. It also should truly support recurring payments by using the pmpro_add_order and pmpro_added_order hooks instead of pmpro_after_checkout and by saving the affiliate id in the orders table and then looking that up from older orders when recurring payments come in.

@ladypop2012
Copy link

Hello Jason I sent you an email about the outcome, I sent you some screen shots. I need help on this thanks.

@Firefhtr9
Copy link

Hello,
I just installed WP Affiliate Platform, now I don't know where to install this. I tried downloading it and installing it in my platforms, but it shows the error: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

I'm sure I'm doing something completely wrong because it doesn't seem anyone else is having this problem. Please help. Thanks.

@seoallrounder
Copy link

Which file do i have to edit in oder for it to work?

@adventurers73
Copy link

I just installed WP Affiliate Platform, now I don't know where to install this or what to even do with it! Please help!

@strangerstudios
Copy link
Author

You guys can sign up for support at http://www.paidmembershipspro.com. Thanks

@Arsenal21
Copy link

Thank you Jason for creating this integration code.

A few users seem to get confused with what to do with this code. I have created a zip file so you should just need to install that addon plugin:
http://www.tipsandtricks-hq.com/wordpress-affiliate/paid-memberships-pro-wp-affiliate-plugin-integration-873

@suifengtec
Copy link

Nice codes!

@Arsenal21
Copy link

Hi, I have made couple of improvements to this addon so it can track recurring commission from paid membership pro also. You can download the updated code from here and update this repository code with it:
http://www.tipsandtricks-hq.com/wordpress-affiliate/paid-memberships-pro-wp-affiliate-plugin-integration-873

@strangerstudios
Copy link
Author

It looks like the WP Affiliate Platform folks are maintaining a fork of this gist that has some updates. You can grab their copy here: https://www.tipsandtricks-hq.com/wordpress-affiliate/paid-memberships-pro-wp-affiliate-plugin-integration-873

@sepride
Copy link

sepride commented Jun 18, 2015

Hey, neither this version nor the one on the link you gave yesterday seem to hook into the recurring payments properly. Unsure what is happening. The affiliate id is stored with the subscription orders all right, but the affiliate doesn't get paid when the next month's subscription is billed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment