Hi,
Is there any way to modify the list of U.S. states for billing/shipping, other than manually changing the uc_zones table in the database? Right now, my client only wants to handle the continental US, Hawaii, and Alaska--not American Samoa, Marshall Islands, Puerto Rico, etc. But they may change their mind later, and I would rather find a more suitable way to enable/disable states.
For now, I may just use a custom module with hook_form_alter and a lookup table of allowed states, but I wanted to see if anyone else has found a better way.
Thanks,
Paul

