Community Add-Ons
Account Signup Management
for osCommerce Online Merchant v2.2
This contribution will give the admin the control over what fields are both displayed and/or required.
Found a snall bug dealing with the drop down box for the country when not required is chosen.
This has been fixed!
********************************
This contribution will give the admin the control over what fields
are both displayed and/or required.
When installed all you have to do is go into application_top.php
and define true or false to the listed conditions for the account
signup.
ie:
// ****************************
// Control what fields of the customer table are used
// ****************************
define('ACCOUNT_EMAIL', 'true');
// ****************************
// Control what fields of the customer table are required
// ****************************
define('ACCOUNT_REQUIRED_EMAIL', 'false');
