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 12-02-2015 09:46:00

CrownRoyal
Member
Registered: 01-10-2009
Posts: 716

how to remove subscribe checkbox on signup pages

I don't email newsletters. So how do I remove ‘subscribe’ to newsletter option on the creating account form?

Thanks in advance.

Offline

 

#2 12-03-2015 07:57:35

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

Re: how to remove subscribe checkbox on signup pages

Under System > Database > Raw Database Admin, browse the table core_formfields.  Locate the following ids:

core.createaccount.sublist
core.createaccountship.sublist
ecom.guestco.gsubscript
ecom.guestcoship.gsubscript

And for each, set:

type = HIDDEN-REG
typeparam = <blank, nothing, remove value>
defaultvalue = <blank, nothing, remove value, OR set to '0' to force-subscribe all new users to the main list>


Nick Hendler

Offline

 

#3 12-03-2015 08:28:07

CrownRoyal
Member
Registered: 01-10-2009
Posts: 716

Re: how to remove subscribe checkbox on signup pages

Hi Nick,

Thanks for the info. That worked perfect.

Offline

 

Board footer