- This topic has 2 replies, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Adding Paypal recurring commission button issues
Hello,
I am adding the paypal button using the direct/plain hosted paypal button option.
I see i must add the line:
<input type=”hidden” name=”custom” value=”[wp_aff_custom_args]”>
Does this mean I need to add each line for each customer affiliate id i have? For example:
<input type=”hidden” name=”custom” value=”[BOBSMITH]”>
<input type=”hidden” name=”custom” value=”[STEVEJONES]”>
Thanks
Eric
Hi, You just need to add the following line to your PayPal button code and thats it:
<input type="hidden" name="custom" value="[wp_aff_custom_args]">
The plugin will automatically determine the referrer.
Here is the PayPal button integration documentation for your reference:
Thank you very much