McJordadino Posted August 25, 2019 Share Hello, I want to enable the checkbox when the customer create an account. Could you help me, Thank you Quote Link to post
Philman Posted August 25, 2019 Share 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. Quote Link to post
Patrick Posted August 26, 2019 Share @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') . '"'); ?> 1 Quote Link to post
McJordadino Posted August 27, 2019 Author Share Ok thank you all the explanation. I am not concerned by the european law. Quote Link to post
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.