I need the _countries_api_get_country function to return some positive result where testing "UK" code (unitere kingdom), not avaialble in the countries_api_countries table.

What do you suggest here?

Got something better than

insert into countries_api_countries (iso2, iso3, name, printable_name, numcode) VALUE ('UK', 'UK', 'UNITED KINGDOM', 'United Kingdom', 826) ;

thanks

Comments

Scyther’s picture

There is no UI for adding data so, it lookes like that is the best way.

afagioli’s picture

Status: Active » Closed (fixed)

Great! Thanks