Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

More control over signup process


zebathon

Recommended Posts

Posted

The signup process only has 5 fields defined to display, gender, dob, state, suburb, etc.

 

I want to make Address, Fax, Telephone etc. optional, but then editable later.

 

 

The only contribution i could find was Account Management 1.0 written in 2002. Has anyone gotten this to work recently? or found a better contribution?

Posted

The street address, telephone and fax number entries for the customer account setup may be made optional by changing define statements of these fields in includes/languages/english.php:

 

ENTRY_STREET_ADDRESS_TEXT

ENTRY_TELEPHONE_NUMBER_TEXT

ENTRY_FAX_NUMBER_TEXT

 

If you define these as '' (nothing) the 'required' indicator will not be displayed.

 

Then, in Admin -> Configuration -> Minimum Values, set the Street Address and Telephone number values to zero.

 

That should do it, I believe. Please confirm success or report what happened.

  • 2 weeks later...
Posted

Has anyone tried this successfully?

  • 1 month later...

Archived

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

×
×
  • Create New...