Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creat an accoutn changes


kevine

Recommended Posts

Hello All!

 

I am wondering if it is possible to change the information collected on the "create_account.php" page.

 

I have charity client and by law in this area they are not allowed to collect Gender or Date of Birth Information (in case of possible discrimination).

 

Is there a way to leave these off the create an account page or change them to something different? I don't neccessarily have to take the Database table out but just make sure these do not show up on the account page.

 

Thanks in advance!

 

Cheers!

Kevin

Link to comment
Share on other sites

Hi

If you want a fast way to do it, just edit the create_account.php file and change the input types to hidden instead of text on the fields you want to remove. Then just make up a bogus value for them.

 

Example:

 

<input type="text" id="gender" name="gender" size="10">
change to
<input type="hidden" id="gender" name="gender" value="notfilledin">

 

Hope that helped :)

 

Zipper

Link to comment
Share on other sites

Am I missing something? Why can't you just disable Gender and Date of Birth in admin?

 

Configuration -> Customer Details

"Buy the ticket, take the ride..." -HST

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...