rchurch Posted June 24, 2003 Posted June 24, 2003 There are some adjustments I would like to make in the user registration. These are: 1. Change the required status of some fields; 2. Get rid of some of them all together 3. Add new ones to it, even at the database level. Where do I start? Is there a guide for the skilled developer who want's to make adjustments to osCommerce? osCommerce 2.2-CVS
Guest Posted June 24, 2003 Posted June 24, 2003 You could start by looking into catalog-dir/includes/application_top.php around line 155. there you can drop the fields: Gender; Date of Birth; Company; Suburb; State; and Newsletter. for adding fields. Create a new field, in the DB, create a new field on the page, and let it check in catalog-dir/includes/form_check.js.php I believe that's the most important part of it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.