Page 1 of 1

Removing Phone Number from account information

Posted: Tue May 05, 2009 1:52 pm
by efficiondave
To simplify the checkout process, we want to remove phone number from the Account fields. I'm sure I can modify the code to remove it but before I did this blindly, I was wondering:
1.) Is there a configuration option for hiding the phone number field
2.) Why is the phone number a required field? Are there credit card merchants or shippers that require it?
3.) Any drawbacks I should know about?

David

Re: Removing Phone Number from account information

Posted: Tue May 05, 2009 5:04 pm
by William M
Not sure, but back in the dark ages when I was entering addresses manually, Fed Ex required a phone number to generate a label. I suppose you could just drop yours into the field.

Re: Removing Phone Number from account information

Posted: Tue May 12, 2009 8:50 pm
by efficiondave
I'm still waiting for additional information on this? Anyone have any more info?

Re: Removing Phone Number from account information

Posted: Wed May 13, 2009 3:21 am
by mazhar
1.) Is there a configuration option for hiding the phone number field
There is no config available to hide phone number. You need to make code changes to hide it.

Code: Select all

2.) Why is the phone number a required field? Are there credit card merchants or shippers that require it?
3.) Any drawbacks I should know about?
Check your payment provider requirements to make sure that they require it or not.

Re: Removing Phone Number from account information

Posted: Wed May 13, 2009 8:02 pm
by efficiondave
Thanks Mazhar. Exactly what I needed to know.