Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Pro Sites Subscriptions – not generating our own paypal; buttons – need option 2
- This topic has 11 replies, 2 voices, and was last updated 10 years, 10 months ago by admin.
-
AuthorPosts
-
December 30, 2013 at 1:51 am #10315cbspectreMember
We have installed and are using the WpAffiliate plugun. We have a subscription site that has monthly affiliate commissions. I read about the “option 2” on the paypal button, but I have an issue. Since we are using ProSites and the built in paypal capture, we are not generating our own buttons. The affiliate is getting the first sale credit, but not monthly. Is there a way around this?
Thank you
Jim
December 31, 2013 at 12:51 am #59955adminKeymasterDo you copy and paste the button code after pro sites generate it for you?
December 31, 2013 at 2:46 am #59956cbspectreMemberNo. The settings for the prosite actions are part of the dashboard. We were glad that the system worked when we first installed it. We weren’t clear about the action for the recurring payments till after the first month. Now we know the monthly renewals aren’t being recognized.
January 2, 2014 at 7:55 pm #59957cbspectreMemberDo you guys have any experience with ProSites addon for wordpress? This is the only issue. As far as operational it is working. Just not for renewals.
January 3, 2014 at 3:24 am #59958adminKeymasterWe don’t have any experience with the prosites addon unfortunately. Can you please ask them if they have a hook for when a subsription payment is charged? I will be able to add code in the plugin to handle it then.
January 3, 2014 at 4:54 am #59959cbspectreMemberI will inquire with them and post back as soon as I hear. Thank you.
January 6, 2014 at 6:50 pm #59960cbspectreMemberI found this hook in the code, could this be it?
// Added for affiliate system link
do_action(‘supporter_payment_processed’, $blog_id, $amount, $_SESSION, $_SESSION);
January 7, 2014 at 1:26 am #59961adminKeymasterThat is the hook that I use in the plugin but it is not getting triggered for recurring payment. Do they have another hook for recurring payment?
January 8, 2014 at 6:40 pm #59962cbspectreMemberThe only other hooks I found in their script were these two:
do_action(‘psts_upgrade’, $blog_id, $_SESSION, $old_level);
AND:
do_action(‘psts_cc_form_before_process’, $this, $psts, $blog_id);
I’m not sure if either of those are what you’re looking for though, they don’t seem to be, but figured I’d post them here just in case.
January 9, 2014 at 2:06 am #59963adminKeymasterThat doesn’t look like teh correct hook. Did you ask the developer of that plugin and have you heard anything back from them?
January 9, 2014 at 3:38 am #59964cbspectreMemberYes
We inquired with wpmudev. We purchased the plugin, but didn’t remain a member. For this reason there is no more support from them.
January 10, 2014 at 4:23 am #59965adminKeymasterHmmm.. well that kind of makes it hard to solve. I have sent you an email.
-
AuthorPosts
- You must be logged in to reply to this topic.