hos do I set the country to UK in
Home » Administer » Store administration » Configuration
I have only choices for Canada and USA.
Likewise - how do I set the State/Province box to Cumbria?
thanks
See here: admin/store/settings/countries/edit
If all the countries you need are not there, you may have to find appropriate cif files to load from the form. Also, you can load info directlry into uc_countries table.
Thanks - I've found the appropriate .cif file for the UK - if seems to be a snippet of PHP. How do I go about running it? thanks
I've found were to import country information.
Home » Administer » Store administration » Configuration > Country settings
A suggestion: it would be really good if these UK country settings changed some of the other American terms, such as catalog, cart, inquire, shipping, SKU, province, postal code, etc.
Drupal has built-in mechanisms supporting multiple languages. Ignore the fact that both languages are called "English" in this case - these mechanism works regardless of how similar the two languages are. Those strings can be changed via Locale or String Overrides. This is not something you want to pile into the .cif file, which is meant entirely for defining countries and their postal zones.


