Re: Collecting Customer Tax ID Number
You'll need to do 4 things:
1. Add a field to the customers table in in the database to store the tax id;
2. Modify an override copy of includes/templates/template_default/templates/tpl_modules_create_account.php to collect the information;
3. Modify an override copy of include/modules/create_account.php to take the info from the submitted form and put it in the database; and
4. Modify your admin customers page to view the info.
Neville
An assumption is what you arrive at when you get tired of thinking...