Your cart is currently empty!
Affiliate Pro Notifications not working
—
by
Affiliate Pro Plugin
I have now fully populated my website with Affiliate Pro Pluign, Affilate integrations, and banner content.
For the time being i am using your default affillate registration form generated within the plugin using shortcode on this page:
http://bellwethercapitalmanagement.com/affiliate-area/
The problem I am having is that when new affiliate registration form is completed and submitted:
1) I am seeing on same form page, the short \”Thank You\” message below:
Thanks for signing up!
Please check your email for the confirmation link.
Can this be customized? Also can I alternatively redirect after submission to another URL/Custom \”Thank You\” page?
2) Cannot see notification emails being sent to the new registrants. I have checked my settings several times.
Note: The new registrations are showing up as new affiliates in \”Manage Affiliates\’ area. Just that no confirmations are being sent an/or received.
i would appreciate you help with theses matters As i am anxious to launch the program.
PS: Login credentials have been sent to you directly via email at support@itthinx.com
Thank you.
Comments
3 responses to “Affiliate Pro Notifications not working”
Hi Aidan,
Sure i will have a look.
Please reset the password for the user itthinx because i can’t login, or change the user’s email address to george@itthinx.com so that i can reset the password myself.
Cheers,
George
it is extremely urgent that you provide me assistance with previously reported issue 2) regarding notifications
2) Cannot see notification emails being sent to the new registrants. I have checked my settings several times.
Note: The new registrations are showing up as new affiliates in \”Manage Affiliates\’ area. Just that no confirmations are being sent an/or received.
The website in question is http://bellwethercapitalmanagement.com
I would request aht you login to WordPress site and trubleshoot this matter for me.
You will find Login credentials in previous emails sent to support!itthinx.com
Please give this matter your immediate attention.
Thank you
Aidan doyle
Hi Aidan,
1) You can use the following snippets to modify the displayed messages:
add_filter( 'affiliates_thanks_sign_up_text', 'gt_affiliates_signup_text' );
function gt_affiliates_signup_text( $thanks_message ) {
return 'Well done!';
}
add_filter( 'affiliates_check_confirmation_text', 'gt_affiliates_check_confirmation_text' );
function gt_affiliates_check_confirmation_text( $confirmation_text ) {
return 'Check your email';
}
Copy and paste the snippet above to your child theme’s functions.php. You can also redirect your affiliates after registering. Edit your Affiliate Area page and add the attribute redirect_to to the shortcode [affiliates_registration].
For example: [affiliates_registration redirect="true" redirect_to="http://your.redirect.link" ].
2)You can setup notifications in your Dashboard under Affiliates > Notifications. For more info on notifications please also have a look in the documentation.
Kind regards,
George