WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › No Terms & Conditions showing
- This topic has 8 replies, 4 voices, and was last updated 7 years ago by
losvincent.
-
AuthorPosts
-
March 30, 2018 at 3:38 pm #3429
strandsit
ParticipantHi,
When an affiliate is approved and logs in for the first time they must accept the terms and conditions.
However, that page only shows “[AffiliatesHome]” in place of the terms and conditions.https://wpstrands.com/affiliate-home/?action=confirm&step=show_terms
Thanks
March 30, 2018 at 10:41 pm #3430mbrsolution
ModeratorHi, when someone registers to become an affiliate they must check the terms and condition box. If they don’t, the registration form is not submitted.
Is this what you are talking about?
Regards
March 31, 2018 at 4:47 am #3431Shadow Labs
Keymaster@strandsit, Please provide your test affiliate credentials via our contact form so we can investigate this issue:
April 3, 2018 at 7:34 am #3434strandsit
ParticipantNo, I mean that the terms and conditions are not displayed, only a shortcut in their place.
April 3, 2018 at 8:22 am #3436strandsit
ParticipantI’ve sent the test account login details
April 3, 2018 at 8:36 am #3437strandsit
ParticipantUPDATE: Since the recent update the link (after new affiliate login) to Review Terms and Get Started! doesn’t work but returns to the login page.
April 3, 2018 at 8:42 am #3438strandsit
ParticipantUPDATED account details sent via contact form.
April 11, 2018 at 4:29 am #3459Shadow Labs
KeymasterIt looks like the plugin initially created the terms and conditions page here:
https://wpstrands.com/terms-and-conditions/But then you applied a redirection to go here:
https://wpstrands.com/affiliate-home/terms-and-conditions/, without updating the URL in the page settings.So affiliates manager thinks the terms and conditions page is here:
https://wpstrands.com/terms-and-conditions/. And when It requests WordPress to get the unique ID for this page:https://wpstrands.com/terms-and-conditions/, WordPress is simply not being able to find that page.Updating the terms and conditions page URL in the settings fixed this issue.
April 8, 2019 at 7:04 am #4533losvincent
Participanti’ve searched this for 4days,and no solution
at last i think it’s some bug with .hatccess,so it worked now
you can try this solution:
delete content in .hatccess(backup this files before) and type new content like :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule> -
AuthorPosts
- You must be logged in to reply to this topic.