user registration

Locked
Results 1 to 10 of 10
This thread is locked. New replies are disabled.
15 Feb 2007, 23:12
#1
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

user registration

does anyone know which tpl file handles the user registration page ?
16 Feb 2007, 01:49
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: user registration

Which part of the page?
16 Feb 2007, 02:12
#3
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

Re: user registration

the bottom where the newsletter part is .. the tpl file .. someone told me create_account but that isnt what im looking for to remove the newsletter portion of that page.
16 Feb 2007, 03:25
#4
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: user registration

You don't need to touch the code - just turn it off in the Admin> Configuration> Customer details.
16 Feb 2007, 04:32
#5
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

Re: user registration

i dont think thats what thats for .. cuz that didnt work ... any other suggestions ?? does anyone know what file the code to remove is in to remove that newsletter reg ?
16 Feb 2007, 04:47
#6
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: user registration

its in
tpl_create_account_default.php
tpl_login_defalt.php

However if you turn it OFF where Kim ( ZC Founder ) stated the checkbox for the newsletter goes away

The Text HTML buttons are for ALL emails,

so rather than taking out the entire box, just change the verbage,
includes/languages/english/YOUR TEMPLATE/create_accont.php and login.php

make it say email preferences rather tha newsletter/email settings
16 Feb 2007, 05:37
#7
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: user registration

so rather than taking out the entire box, just change the verbage,
includes/languages/english/YOUR TEMPLATE/create_accont.php and login.php


Actually the file is includes/languages/YOUR_TEMPLATE/english.php

find: [PHP]define('ENTRY_EMAIL_PREFERENCE','Newsletter and Email Details');[/PHP]
16 Feb 2007, 05:43
#8
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: user registration

thanx Clyde,

I blew that one
16 Feb 2007, 05:47
#9
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: user registration

Merlin,

If I hadn't already done the change for myself, I probably would have said the same thing you did.
16 Feb 2007, 06:25
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: user registration

Double posting of the same issue!!! Getting the same answers...

Please do not post the same issue hoping for different replies... add to your original posting

http://www.zen-cart.com/forum/showthread.php?t=58171