Popup your Terms and Conditions when users log in to your website or when they purchase an item.
Terms and Conditions popup can be used three ways:
User action is recorded as proof in the database for logged in users.
This plugin will create a popup with a scrollable window that will show your own custom Terms and Conditions. Only visitors who accept the conditions will be allowed to continue their user flow. Extensive list of features listed below.
Post your Question/Support/Feature-Requests in our Discord Channel.
Never share your license key in the Discord channel.
tpul_override_show_popup
Code sample below uses original value of $should_show_popup
in conjunction with extra condition. This is so we only show the popup if a user has not yet accepted the terms and an extra condition is fulfilled.
function YOUR_CUSTOM_FUNCTION_show_popup($should_show_popup) { // should_show_popup - is the original value based on active options // EXTRA_CONDITION is an example variable that you can set $EXTRA_CONDITION = false; // add your custom logic if ($should_show_popup && $EXTRA_CONDITION) { return true; } else { return false; } } add_filter('tpul_override_show_popup', 'YOUR_CUSTOM_FUNCTION_show_popup');
//
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. Log in to your WordPress dashboard, go to the Plugins menu and click Add New.
Type “Terms Popup On User Login” and click Search Plugins. Once you’ve found this plugin you can install it by simply clicking “Install Now”.
To manually install the plugin downloading the plugin and uploading it to your web server via your favorite FTP client application. The WordPress codex contains instructions on how to do this here.
terms-popup-on-user-login.php
to the /wp-content/plugins/
directoryPopup display
Popup confirmation on Accept clicked
WooCommerce Order is updated with term acceptance reference ID
Turn the popup on in Settings
Customize the labels and button features
Customize what shows in the popup
Display options and customizations
User Profile Edit page shows status
Woocommerce Features, where for who and how
Advanced features for loging and user reset
Analytics
Email Proof Sent to Clent and Admin
Navigate to Settings -> Terms Popup On User Login Options -> Terms Modal Tab. If you want to redirect to a different domain make sure the “Decline redirect URL” field contains the full URL including the http:// part.
When a user clicks either Accept or Decline button there is a brief second while your website is registering their response and preparing the redirect. Extra Text can be displayed during this moment to inform your user what is happening.
Not from within the settings of the plugin. You are welcome to use CSS in your own theme to override the styling of the popup. If you need help with a custom popup theme please feel free to contact me. Some customizations are available if you have purchased a license key, such as Accept and Decline button style and colors as well as font size for the popup content. If you need more customizations, you can send me a custom design for the popup an I will send you a quote on it. Use my contact form to contact me. For bug reports use the link under “Where can I report bugs?”.
If you have questions please go to the official Support Page. Search for existing questions and answers as well as place your own question there. If you have a premium license key you can go to the plugins setting page and find a direct email address to customer support. Be sure to mention the Support token in your Email subject to get a prompt response.
You can go directly to my contact page and report them there. Please be as specific as possible and include as much detail as possible. And Thank you for reporting bugs, let’s get them fixed!
Refine Modal show logic. allow for Woo anonymous emal logging.
fix critical bug when logging out.
Add IP tracking capability
Fix Scroll issue for cookie verification
Add option not to show every time for thos who already accepted.
Refinte visibility logic tree to handle do not show popup for users once they saw it.
Refine logic of when to show popup and when not to show popup. Implement logic cache for speed.
Fix popup content showing up unwanted at the bottom of screen.
Fix php warnings, rename methods.
Add Option not to log out users after decline.
Add Analytics tab.
Add Email Testing capability.
Allow for Offline license Key activation, without the need to connect to the lciense server.
Downgrade php dependencies.
Downgrade php dependencies.
Downgrade php dependencies.
Rewrite License activation communication with license server.
Fix License Key can not be activated issue. Add reset single user feature.
Add special option to load CSS in footer for dashboards that customize HTML Head.
Refine Popup placement logic. Do not render popup on unnecesarry pages.
Fix Pages not showing in dropdown when selecting content for popup.
Rebuild Reports generating mechanism.
Fix accept button always enabled when set to disabled by default.
Fix decline button not resizing based on admin settings. Fix website scrolling while popup is open, make it not scrollable.
Add woocommerce integration and capability to show popup withn the checkout process.
Disable Esc key while modal is up.
Admin form field content update.
Test with Latest WP.
Test with Latest WP.
Refine Popup Scrollbar detection.
Refine mobile styling for buttons.
Update Rest API routes for less interference with other plugins that think they own every URL.
Add capability for advanced logging, to log every user action on popup.
Add advanced log report via CSV download.
Add support for show popup on every login.
Fix template showing up in popup for sites using Elementor.
Fix scroll detection for zoomed in browsers.
Fix xompatability bug with older versions.
Introduce reporting if user has accepted latest terms or previous versions of terms
Fix not redirecting after lougout when user declines.
Fix Accept button disabled until scrolled down popup window.
Fix Reset all users feature.
Fix users list license needed bug.
Save the date and time when the user has accepted the Terms in the Database.
Save the date when the last time the Terms were reset.
Allow the popup to be restricted to certain user roles.
Fix Accept button not enabled even after scrolling terms if Javascipt is loading too early
Add Accept button enabled by default feature