Removing Phone Number from account information

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
efficiondave
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Tue Dec 02, 2008 10:20 am
Location: St. Louis Missouri
Contact:

Removing Phone Number from account information

Post by efficiondave » Tue May 05, 2009 1:52 pm

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

William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Re: Removing Phone Number from account information

Post by William M » Tue May 05, 2009 5:04 pm

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.

User avatar
efficiondave
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Tue Dec 02, 2008 10:20 am
Location: St. Louis Missouri
Contact:

Re: Removing Phone Number from account information

Post by efficiondave » Tue May 12, 2009 8:50 pm

I'm still waiting for additional information on this? Anyone have any more info?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Removing Phone Number from account information

Post by mazhar » Wed May 13, 2009 3:21 am

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.

User avatar
efficiondave
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Tue Dec 02, 2008 10:20 am
Location: St. Louis Missouri
Contact:

Re: Removing Phone Number from account information

Post by efficiondave » Wed May 13, 2009 8:02 pm

Thanks Mazhar. Exactly what I needed to know.

Post Reply