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 04-21-2018 05:37:50

ElectroSpares
Member
Registered: 07-11-2009
Posts: 66

Yes, I'd like to receive Marketing Email List messages.

When the GDPR comes into effect next month in Europe, It will be down to customers to make a positive choice to opt in to certain services, currently the box is pre ticked for the marketing email list. How do we remove the tick to comply with this new legislation?
Kind regards
Electrospares

Offline

 

#2 04-23-2018 08:04:21

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

Re: Yes, I'd like to receive Marketing Email List messages.

Execute this SQL statement in Raw DB Admin:

Code:

UPDATE core_formfields SET defaultvalue='' WHERE id='core.contact.emaillist' OR id='core.createaccount.emaillist' OR id='core.createaccountship.emaillist' OR id='ecom.guestco.emaillist' OR id='ecom.guestcoship.emaillist'

We'll make this update in release 9.0.3.


Nick Hendler

Offline

 

#3 05-02-2018 05:49:14

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: Yes, I'd like to receive Marketing Email List messages.

Hi, Do you have the sql statement for V8. UK.

Cheers,
Bruce.


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#4 05-02-2018 08:20:34

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

Re: Yes, I'd like to receive Marketing Email List messages.

west4 wrote:

Hi, Do you have the sql statement for V8. UK.

Post a new thread on this in the V8 forum and I'll reply back there.  Thanks.


Nick Hendler

Offline

 

Board footer