New Zenner
- Join Date:
- Apr 2008
- Posts:
- 11
- Plugin Contributions:
- 0
Add tax id field to registration
Hello,
I'm setting up a shopping cart for a wholesale company. It's generally the standard for wholesale sites to hide prices until an EIN or tax id number is input so that the retailer's customers wont see the wholesale prices. I've already set up the store to hide prices until a user is logged in, so now I just need to add a field to the registration.
I already can verify it (it would just be a matter of checking to make sure the string consists of 9 numbers), but I don't know which include has the registration form, or how to make it save that value in the database. Can anyone help with that?