Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / removing items from LOGIN page

removing items from LOGIN page

Locked

Views: 1,192

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
19 Sep 2007, 11:06 PM
#1
bkarnot avatar

bkarnot

New Zenner

Join Date:
Sep 2007
Posts:
17
Plugin Contributions:
0

removing items from LOGIN page

I don't need all the options Zencart offers by default when users create a new account. I attempt to remove items codelevel and it does not work. Can this be done in the admin?

*** REMOVING THIS DOES NOT WORK :( ***

define('ENTRY_EMAIL_PREFERENCE','Newsletter and Email Details');
define('ENTRY_EMAIL_HTML_DISPLAY','HTML');
define('ENTRY_EMAIL_TEXT_DISPLAY','TEXT-Only');
define('EMAIL_SEND_FAILED','ERROR: Failed sending email to: "%s" <%s> with subject: "%s"');

19 Sep 2007, 11:41 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: removing items from LOGIN page

Did you look in the Admin? There are switches for all sorts of things. There is no reason to be removing code for most things.
ie: Configuration ... Customer Details and/or Email Options

20 Sep 2007, 3:16 PM
#3
bkarnot avatar

bkarnot

New Zenner

Join Date:
Sep 2007
Posts:
17
Plugin Contributions:
0

Re: removing items from LOGIN page

Thanks Kim! Almost ... I was able to remove some fields I didn't want in the Admin (didnt think to check in those places) however, the newsletter box is not completely vanished, only the options are gone ... any other place to look to delete that whole section? Thanks!

21 Sep 2007, 1:00 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: removing items from LOGIN page

If you believe in not giving your customers the choice of email format (for all emails, not necessarily just for newsletters), then you'll have to remove the selections manually from your customized tpl_modules_create_account.php file.

21 Sep 2007, 2:40 PM
#5
bkarnot avatar

bkarnot

New Zenner

Join Date:
Sep 2007
Posts:
17
Plugin Contributions:
0

Re: removing items from LOGIN page

I just think that option is a little confusing. I want the sign-up to be fast and painless :) Thanks Dr!

21 Sep 2007, 2:48 PM
#6
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: removing items from LOGIN page

Are you automatically subbing them to the newsletter? Be advised if you are that in some places, that's a violation of spam laws.

If you're removing the newsletter altogether, then there's no problem. Except that you can't send newsletters. LOL

HTH,

21 Sep 2007, 3:24 PM
#7
bkarnot avatar

bkarnot

New Zenner

Join Date:
Sep 2007
Posts:
17
Plugin Contributions:
0

Re: removing items from LOGIN page

No newsletters for this particular site. Although that may bite me in the bum down the road :) Thanks for the input mad