Jump to content

Adding Australian States


Guest

Recommended Posts

For those in Australia, to have our states listed instead of N/A, run the following SQL statement in phpMyAdmin or equivalent.

INSERT INTO `CubeCart_iso_counties` ( `id` , `countryId` , `abbrev` , `name` )

VALUES (

'441', '13', 'NSW', 'New South Wales'

), (

'442', '13', 'QLD', 'Queensland'

), (

'443', '13', 'SA', 'South Australia'

), (

'444', '13', 'VIC', 'Victoria'

), (

'445', '13', 'WA', 'Western Australia'

), (

'446', '13', 'TAS', 'Tasmania'

), (

'447', '13', 'ACT', 'Aust. Capital Territory'

);

Voila! :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...