Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Paypal integration not fully working
- This topic has 8 replies, 4 voices, and was last updated 6 years, 6 months ago by admin.
-
AuthorPosts
-
November 4, 2010 at 1:37 am #2158frugaltekiMember
I have the plugin installed, I followed Option 2 for adding Paypal integration.
The clicks are registering but the sale is not getting assigned to the affiliate. When I look at the sales data page:
Dashboard -> Wp Affiliate -> Sales Data
The sale is there except the User id and Commission amount fields are blank (the rest of the fields are populated). When I log in as the affiliate, the I see zero sales, but I do see clicks.
A few things to note.
The sale is $4.97/month – the commission is set at a one time $5.00 payout – could that be a problem?
Here’s my default landing page:
[medicaltranscriptionhelpdesk.com/register-here]
Thanks in advance,
Dave
November 4, 2010 at 1:51 am #26054amin007ParticipantThank you for providing the link to the page.. it makes the troubleshooting easy.
Your PHP code in the “custom” field of the button is not getting executed. If you do a view source on that page and look at the button code you will see the followoing:
<input type="hidden" name="custom" value="<?php echo $_COOKIE['ap_id']; ?>“>
See how the PHP code is not getting executed? If it was getting executed you would see the affiliate ID there not the exact code that you placed.
The following paragraph that I am quoting from the documentation might help you:
“Remember, if you are planning to place the PHP example code on a WordPress post or page then you need to have a plugin (e.g. PHP Exec plugin) that lets you execute PHP code in WordPress page or post.”
By default WordPress doesn’t execute PHP in post or page so I think that is your problem.
November 4, 2010 at 2:38 pm #26055frugaltekiMemberThank you Amin007
I actually had the “WP exec PHP” plugin activated. I deactivated that one and installed “PHP Execution” and it seems to be working.
Dave
May 18, 2018 at 7:10 pm #26056doraMemberI had the same problem
I made sales from an affiliate link ,
I checked the affiliate portal
Number of Sales is still 0
But it counts the total clicks
this is the link : [triggerhealthcare.com/testbuy/?ap_id=12345]
May 19, 2018 at 12:35 am #26057adminKeymasterPlease let me know which method of PayPal integration you are using on your site so I can check to see if you have done all the required steps for that method.
Are you using option 1 or option 2 explained in the following paypal integration documentation?
May 19, 2018 at 11:53 am #26058doraMemberthank ,
i didn’t know these steps
I will do it and give you feedback
May 22, 2018 at 11:24 am #26059doraMemberI used option 1 and sales is still 0
please advice
May 22, 2018 at 7:55 pm #26060doraMemberI reviewed the steps again . I missed the token
Now It works
May 24, 2018 at 1:00 am #26061adminKeymasterGlad to hear you sorted it out.
-
AuthorPosts
- You must be logged in to reply to this topic.