- This topic has 4 replies, 2 voices, and was last updated 10 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › WP Affiliate – affiliate id in emember Prompt to Complete Registration email
Tagged: show affiliate id
My webiste is a private member site, it has 2 level membership general and affiliate. general membership only join after affiliate membership send them the invitation email.
I use [wp_eMember_registration] code to create invitation email for people to sign up.
Idealy I need to make the url to complete registration contain affiliate code so whoever signup will become affiliate’s customer
is anyway to make {reg_link} [http://mydomain/free-member-registration/?member_id=8&code=9af197609584e6981ddf426cfd737b1f] to become [http://mydomain//free-member-registration/?member_id=8&code=9af197609584e6981ddf426cfd737b1f&ap_id=AFFILIATEID]
Great tks
How will your affiliates send the invitation?
via a page I use [wp_eMember_registration] shortcode
Whoever fills in the form on that registration page gets the email. That is not something that can be configured to send to someone else. So will your affiliates send the user to that registration page? If they are then the plugin will already capture the referrer ID when the user registers. Here is how that will work without you having to do any tweaks:
1) Your affiliates send users to the registration page (with that shortcode) using their affiliate link.
2) The user completes the registration.
3) The plugin will capture the referrer ID for the member.
that is an option too
Thanks