Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Custumer number ?


apophis

Recommended Posts

Posted

By default, as customers register they are given an N+1 customer number where N is last customer number given beginning with 1.

 

If you are needing something more elaborate, you will need to modify the create_account_process.php to create a new field for more elaborate customer number. You will also need to add a new field in the customers table to support the new entry. I wouldn't suggest changing the customer_id field into something other than an int(11) as it is also tied to several other tables and would be a headache to modify.. the simplest method would be to just add a new field.

 

I hope I understood your question. It was a little difficult to understand what you were needing based on the question and how it is written out. If this isn't what you are talking about you need to be a little more specific.

Archived

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

×
×
  • Create New...