Zen Cart Logo
Forums / General Questions / Company Name is Required field?!?!

Company Name is Required field?!?!

Locked

Views: 9,133

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
31 Oct 2006, 6:44 PM
#1
wickedklown avatar

wickedklown

Zen Follower

Join Date:
Aug 2005
Posts:
370
Plugin Contributions:
0

Company Name is Required field?!?!

Im wondering why the company name is a requierd field durring the account signup process....

is it possable to make this field not required, i get alot of customers that say they dont have a company, and they are asked to fill in the field, also dont show any "*" on that line, stating that the field is actualy required to sign up...

anyone have any info on this...

thanks zennerz.
wicked

31 Oct 2006, 6:50 PM
#2
dbrewster avatar

dbrewster

Zen Follower

Join Date:
Jul 2005
Location:
Charlottesville, VA
Posts:
376
Plugin Contributions:
0

Re: Company Name is Required field?!?!

I think all you have to do is set it to 0 characters in Admin > minimum

1 Nov 2006, 8:15 PM
#4
wickedklown avatar

wickedklown

Zen Follower

Join Date:
Aug 2005
Posts:
370
Plugin Contributions:
0

Re: Company Name is Required field?!?!

sorry..... i must have blazed right by it...

8 Jan 2007, 3:30 PM
#5
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: Company Name is Required field?!?!

Me too, but got it now

30 Jan 2007, 1:31 AM
#6
backstage avatar

backstage

Zen Follower

Join Date:
Jan 2006
Posts:
108
Plugin Contributions:
0

Re: Company Name is Required field?!?!

But how to get rid of the star telling it is a required field?

30 Jan 2007, 1:39 AM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Company Name is Required field?!?!

The * is nothing more than a peice of text ...

To remove that text you need to override the language file:
/includes/languages/english.php

Using your overrides directory:
/includes/languages/your_template_dir/english.php

A search on:
'*'

Will find them all in that file ...

Set them to '' and you will not see the * on the login/create account pages to indicate required fields ...

31 Jan 2007, 1:53 PM
#8
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: Company Name is Required field?!?!

When I set mine to "0", the star disappeared. Is your star still displaying even after you set the Min to "0" ?

31 Jan 2007, 3:45 PM
#9
drbyte avatar

drbyte

Sensei

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

Re: Company Name is Required field?!?!

DogTags:

When I set mine to "0", the star disappeared. Is your star still displaying even after you set the Min to "0" ?

DogTags, if that's true, then you have some sort of customization installed to make that happen. The default Zen Cart behaviour requires manual edits to remove the *.

1 Feb 2007, 12:44 AM
#10
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: Company Name is Required field?!?!

I gave the Min a value greater than zero again, but the asterisk is not there. I must have tweaked it but forgot. Sorry for my pointless entry.....dang :(

1 Feb 2007, 1:52 AM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Company Name is Required field?!?!

The asterik is nothing more than a peice of text in the language file ...

Take a peek at the:
ENTRY_COMPANY_TEXT

Hint ... might peek in the english.php for that one ... :cool: