August 25, 20196 yr Hello, I want to enable the checkbox when the customer create an account. Could you help me, Thank you
August 25, 20196 yr Hello, Do you read this article @McJordadino ? https://www.clicshopping.org/forum/blogs/entry/9-gdpr-requirement-update-your-clicshopping-website/ After if you think you want do not follow the law or you are not concerned, in this case you can change that in your website.
August 26, 20196 yr @McJordadino, It's not recommended but you can do that modules_create_account/content/create_account_registration <?php echo HTML::checkboxField('newsletter', 1, false, 'id="Inputnewsletter" aria-label="' . CLICSHOPPING::getDef('entry_ne wsletter') . '"'); ?> by <?php echo HTML::checkboxField('newsletter', 1, true, 'id="Inputnewsletter" aria-label="' . CLICSHOPPING::getDef('entry_newsletter') . '"'); ?>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.