Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I want to make adjustments in user registration


rchurch

Recommended Posts

Posted

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

Posted

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.

Archived

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

×
×
  • Create New...