- This topic has 1 reply, 2 voices, and was last updated 14 years, 3 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 General Questions › Commissions and Sales Not Showing Up
Tagged: no sales, sales and commissions not registering, sales and commissions not showing, WP Affiliate
Hi,
I’ve gone through previous posts and though I’ve following the instructions/advice from related posts, my sales and commission is not showing.
PROBLEM: Sales and commissions not showing but click throughs are
AFFILIATE SITE: http://www.wealth-educators-inc.com/affiliates
PAYPAL INTEGRATION: Robust Integration
COMMISSION: 20%
PAYPAL CODE WITH ROBUST INTEGRATION:
<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=”6Y4PGK7U87QWC”>
<input type=”image” src=”https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
<img alt=”” border=”0″ src=”https://www.paypal.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
<input type=”hidden” name=”notify_url” value=”http://www.wealth-educators-inc.com/wp-content/plugins/wp-affiliate-platform/api/ipn_handler.php”>
<input type=”hidden” name=”custom” value=”<?php echo $_COOKIE; ?>”>
Please help and advise! I seem to have gone through all instructions with a fine tooth comb, not sure what I’m missing now!!
Thanks,
Alvin.
Please post a link to the page where you have placed the PayPal button. I am pretty sure the button was placed in an area where PHP is not executing so the cookie value is not getting added at checkout time.
The instruction page have some more details on this under the “Example for PHP” section: