6 replies [Last post]
robives's picture
Offline
Joined: 02/26/2009
Juice: 22
Was this information Helpful?

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

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 969
Re: Setting up a UK base store

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.

robives's picture
Offline
Joined: 02/26/2009
Juice: 22
Re: Re: Setting up a UK base store

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

robives's picture
Offline
Joined: 02/26/2009
Juice: 22
Found it!

I've found were to import country information.
Home » Administer » Store administration » Configuration > Country settings

loocher's picture
Offline
Joined: 02/21/2009
Juice: 211
Re: Found it!

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.

robives's picture
Offline
Joined: 02/26/2009
Juice: 22
Re: Re: Found it!

Nice idea

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: Re: Re: Found it!

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.

<tr>.