Success Story: Removing "I Consent" Text on Create Account Page
March 12, 2025
A customer wanted to remove the "I consent to site handling my personal data" text and button from the create account page.
The osCommerce support team provided a code-based solution by modifying the register.tpl file in the theme’s login box settings:
{Html::activeCheckbox($registerModel, 'terms', ['class' => 'terms-conditions', 'value' => '1', 'label' => '', 'checked' => true, 'style' => 'display: none'])}{$smarty.const.TEXT_TERMS_CONDITIONS}

After applying the fix, the customer suggested adding an enable/disable option for this setting in a future update.
You can further discuss it on our Forum