- This topic has 1 reply, 2 voices, and was last updated 2 years, 4 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.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Renew & Confirm Agreement of T&C’s
Tagged: renew
Hi,
We have yearly membership. When someone joins they need to confirm that they accept the T&C’s by ticking the box. (using the form builder addon)
What I want is for the member to confirm again that they accept the T&C’s, and update any fields as required when renewing.
I can display the member profile using the shortcode, but the T&C’s are already ticked.
Thanks in Advance.
What you are asking for cannot be easily done, because of the extensive rework required to the plugin. Right now, T&C acceptance is only part of the registration process:
https://simple-membership-plugin.com/adding-a-terms-and-conditions-and-privacy-policy-to-member-registration-page/
The desired modification requires the T&C flags to be reset, whenever an IPN is received. Recurring subscription renewals occur “in the dead of night,” and manual renewals and upgrades occur while the member is still logged in. If an IPN arrives while the member is still logged in, they would have to be kicked off the system and forced to log back in. Because logins are cookie and not session based, it may be difficult to immediately boot the member off.
Logic would also be required to determine if the IPN was for a registered or unregistered member. Additional logic is required at login time to handle the T&C flag states.
All of this can be done, but only as a custom coding job:
https://simple-membership-plugin.com/paid-support-simple-membership-plugin/
Alternatively, because SWPM is open source code, you are welcome to make the required modifications yourself; based on the above outline.