Washington, DC (or "DC") is not included in the table for the drop-down states list.

Comments

rconstantine’s picture

Good catch. I'll add it to the list of things to do. I had meant to get to this module yesterday (which is my module maintenance day) but didn't. But it is next in line, so next Wednesday I'll get to it.

Thanks.

rconstantine’s picture

Meanwhile, you can manually add it to your own database if you'd like.

rconstantine’s picture

Status: Active » Fixed

Look for a new dev upload today.

Anonymous’s picture

Status: Fixed » Closed (fixed)
petu’s picture

Issue summary: View changes

To insert the DC manually you have to execute SQL:

insert into uc_zones (zone_country_id, zone_code, zone_name)values(840, 'DC', 'District of Columbia');