stevep123 Posted September 19, 2023 Posted September 19, 2023 Hi Is it possible to remove the "I consent site to hold and handle my Personal data. I agree with the Terms & Conditions and Privacy Policy." text and button on the create account page? Please let me know. Many thanks Steve Quote
pandrei Posted September 20, 2023 Posted September 20, 2023 18 hours ago, stevep123 said: Is it possible to remove the "I consent site to hold and handle my Personal data. I agree with the Terms & Conditions and Privacy Policy." text and button on the create account page? Only by changing code. lib/frontend/themes/basic/boxes/login/register.tpl Change to {Html::activeCheckbox($registerModel, 'terms', ['class' => 'terms-conditions', 'value' => '1', 'label' => '', 'checked' => true, 'style' => 'display: none'])}{$smarty.const.TEXT_TERMS_CONDITIONS} Quote
stevep123 Posted September 20, 2023 Author Posted September 20, 2023 Hi pandrei Thanks for the reply. Could it be an option in the next upgrade to enable/disable this, do you think? Many thanks Steve Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.