Sorry - mine is the same. this is what I inserted for Ireland (IE is the ISO code for Ireland) and in the CSV I added a column "Country" and filled it with "ie" for each entry.
$country_id = $country_query->fields['countries_id'];
} else if ($country == 'ie') {
$country_query = $db->Execute("SELECT countries_id FROM " . TABLE_COUNTRIES . "
WHERE countries_iso_code_2 = 'IE'");


Reply With Quote
