Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-24-2018 04:46:01

cglover
Member
From: England
Registered: 06-16-2006
Posts: 55
Website

Email Subscription checkbox

Hi, does anyone know how to change the email subscription box from being pre ticked to comply with GDPR?

Thanks
Chris

Offline

 

#2 05-24-2018 07:41:03

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Email Subscription checkbox

There are two places that subscriptions are set up in V7/V8, and that's during account setup/creation, and during guest checkout.  During account setup, no default is specified.  During guest checkout, the subscription box is pre-checked, which needs to be changed to be GDPR compliant.  To do this, access System / Database / Raw Database Admin and choose to Submit a Raw SQL Statement.  Submit this statement:

Code:

UPDATE core_formfields SET defaultvalue=0 WHERE id='ecom.guestco.gsubscript' OR id='ecom.guestcoship.gsubscript'

Nick Hendler

Offline

 

#3 05-25-2018 04:48:08

cglover
Member
From: England
Registered: 06-16-2006
Posts: 55
Website

Re: Email Subscription checkbox

Thanks

Offline

 

Board footer