How can I change the "Zone" label to something else? Like "State/Region"

Thanks!

Comments

freixas’s picture

Assigned: Unassigned » freixas

The magic is in a function in uc_store.module: uc_get_field_name(). Looking at the code for this, it seems that there are two ways to change Zone to State/Region:

  1. The bad way: change the code in the uc_get_field_name() function. This will hose you up on the next Ubercart update.
  2. Create an alternate English vocabulary and replace "Zone" with whatever you want. See http://drupal.org/node/24593.
freixas’s picture

Status: Active » Closed (fixed)