Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Create Account Form


Guest

Recommended Posts

Hey wasup I would like to know how to remove certian things from the create account form, such as date of birth, gender, and suburb. Since they are required they create a problem to remove. Wondering if anyone could help me out with this

Link to comment
Share on other sites

Im sorry but that doesnt make any sense to me, Click search where, and where to go from there, dont I have to edit the php scripts in order to remove them from my page?

 

Thanks for the help, but im a newbie at this php coding and need some guidence

Link to comment
Share on other sites

I was referring to the upper right corner of the forum window to the Search option ...

 

You will find a zillion references to this saying open: /catalog/includes/application_top.php and edit the lines:

// Control what fields of the customer table are used

 define('ACCOUNT_GENDER', 'true');

 define('ACCOUNT_DOB', 'true');

 define('ACCOUNT_COMPANY', 'false');

 define('ACCOUNT_SUBURB', 'true');

 define('ACCOUNT_STATE', 'true');

To suit your needs :D

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...