Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › IPN based paypal button not working for affiliate plugin
- This topic has 9 replies, 2 voices, and was last updated 10 years, 1 month ago by admin.
-
AuthorPosts
-
October 2, 2014 at 11:55 am #11551ebizpromoMember
Hello,
i have created an paypal subscription button with 15 days free trial and then $97 per month.
but its not tracking affiliates.
i am confused with the following
i was using <input type=”hidden” name=”custom” value=”[wp_aff_custom_args]”> in my paypal button but it did not tracked then i changed it to <input name=”custom” type=”hidden” value=”ap_id” />
so which one is correct
<input name=”custom” type=”hidden” value=”ap_id” />
or
<input type=”hidden” name=”custom” value=”[wp_aff_custom_args]”>
you can see my paypal button at [http://www.fxpipmakers.com/subscription/]
2. i wanted to know that as we provided 15 days free trial still it will show trial signups under affiliate so they know that they got a free signup but commission for that sale right now is zero.
regards
October 2, 2014 at 11:09 pm #65796adminKeymasterThe correct one is the following:
<input name=”custom” type=”hidden” value=”[wp_aff_custom_args]” />
The commission will only be awarded when the customer actually pays. So in 15 days time, when the customer is charged, the commission from that charge will be paid to the affiliate.
October 2, 2014 at 11:55 pm #65797ebizpromoMemberis there any way we can show in affiliate stats that this many free trials are registered ? as here admin is also not able to track sales is from which affiliate.
i have affiliates which ask to show them free registrations too.. so is there anyway for that ?
regards
October 3, 2014 at 7:25 am #65798adminKeymasterWe can add an option to capture a $0 transaction to show a trial signup. Will that work?
October 3, 2014 at 7:30 am #65799ebizpromoMemberyes that will work .. how to go about it ?
October 5, 2014 at 2:04 am #65800adminKeymasterThis will be best to capture as a lead because it is just a free signup (no money has exchanged yet). I will implement that in the plugin.
October 5, 2014 at 7:45 pm #65801ebizpromoMemberok thanks .. do let me know from where can i download the new version and setting options.
regards
October 5, 2014 at 10:55 pm #65802adminKeymasterThis has been implemented. I have sent you a copy of the updated plugin.
October 7, 2014 at 1:36 am #65803ebizpromoMemberHi, Thanks its working fine .. and i can see leads in my leads section but in referral id its showing [wp_aff_custom_args] not real affiliate id .. this was been refereed by
[http://www.fxpipmakers.com/?ap_id=keyur]
so can you just see why its not capturing affiliate id.
regards
October 7, 2014 at 9:12 pm #65804adminKeymasterThat means the shortcode didn’t execute in the button. Did you put your PayPal button on a WordPres page? Post a link to the page that has the PayPal subscription button so I can inspect it.
-
AuthorPosts
- You must be logged in to reply to this topic.